![]() |
nochmal XML Zellen mit Inhalt füllen
Hallo zusammen,
alsooo, mit
Delphi-Quellcode:
lege ich ein element vom Type String an.
nChildChild:= nChild.AppendChild(doc.CreateElement('Data'));
TDOMElement(nChildChild).SetAttribute('ss:Type', 'String'); jetzt möchte ich das Feld mit Inhalt füllen.
Delphi-Quellcode:
funktioniert nicht.
TDOMNode(nChildChild).setNodeValue('bla');
error-identifier idents no member -setNodeValue- SetNodeValue ist doch eine Procedure der Klasse TDOMNode, wo ist der Fehler? EDIT: alsoo SetNodeValue ist protected aber wie bekomme ich sonst den Wert in die Zelle? jemand nen Tipp?? ich danke euch |
Alle Zeitangaben in WEZ +1. Es ist jetzt 21:46 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz