Xml.xmldom.IDOMDocument.get_documentElement

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function get_documentElement: IDOMElement; safecall;

C++

virtual HRESULT __safecall get_documentElement(_di_IDOMElement &__get_documentElement_result) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMDocument

Description

Returns the value of the documentElement property.

Use get_documentElement to read the documentElement property.

See Also