Xml.xmldom.IDOMNode.get_firstChild

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function get_firstChild: IDOMNode; safecall;

C++

virtual HRESULT __safecall get_firstChild(_di_IDOMNode &__get_firstChild_result) = 0 ;

Properties

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

Description

Returns the value of the get_firstChild property.

get_get_firstChild is the read implementation of the get_firstChild property.

See Also