RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.SetXML Method

Sets the value of the XML property.

Pascal
procedure SetXML(const Value: TStrings);
C++
__fastcall SetXML(const TStrings Value);

SetXML is the write implementation of the XML property. 

Value contains the raw (unparsed) XML to assign. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!