Xml.XMLDoc.TXMLNode.GetChildNodes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetChildNodes: IXMLNodeList;

C++

Xml::Xmlintf::_di_IXMLNodeList __fastcall GetChildNodes();

Properties

Type Visibility Source Unit Parent
function protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNode

Description

Returns the value of the ChildNodes property.

GetChildNodes is the protected read implementation of the ChildNodes property.

GetChildNodes generates the list that implements the ChildNodes property the first time an application reads the ChildNodes property.

See Also