Xml.XMLIntf.IXMLNode.GetChildNodes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetChildNodes: IXMLNodeList;

C++

virtual _di_IXMLNodeList __fastcall GetChildNodes() = 0 ;

Properties

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

Description

Returns the value of the ChildNodes property.

GetChildNodes is the read implementation of the ChildNodes property.

See Also