Xml.XMLIntf.IXMLDocument.GetDocumentElement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDocumentElement: IXMLNode;

C++

virtual _di_IXMLNode __fastcall GetDocumentElement() = 0 ;

Properties

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

Description

Returns the value of the DocumentElement property.

GetDocumentElement is the read implementation of the DocumentElement property.

See Also