Xml.XMLIntf.IXMLNode.GetXML

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetXML: DOMString;

C++

virtual System::UnicodeString __fastcall GetXML() = 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.

See Also