RAD Studio VCL Reference
|
Specifies the content of the XML document associated with this IXMLDocument interface.
property XML: TStrings;
__property TStrings XML;
Read XML to obtain the contents of the associated XML document. Set XML to specify the raw (unparsed) XML you want to examine or manipulate.
XML is a TStrings object. This means you can manipulate the XML line by line. To read or write the XML in the document as a single string, use the LoadFromXML or SaveToXML method.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|