RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.GetChildNodes Method

Returns the value of the ChildNodes property.

Pascal
function GetChildNodes: IXMLNodeList;
C++
__fastcall IXMLNodeList GetChildNodes();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!