Xml.XMLIntf.IXMLDocument.GetXML

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetXML: TStrings;

C++

virtual System::Classes::TStrings* __fastcall GetXML() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

Description

Returns the value of the XML property.

GetXML is the read implementation of the XML property.

See Also