Xml.XMLIntf.IXMLNode.GetXML
Delphi
function GetXML: DOMString;
C++
virtual System::UnicodeString __fastcall GetXML(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Xml.XMLIntf.pas Xml.XMLIntf.hpp |
Xml.XMLIntf | IXMLNode |
Description
Returns the value of the XML property.
GetXML is the read implementation of this node's XML property.