RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.CreateChildList Method

Creates the object that implements the ChildNodes property.

Pascal
function CreateChildList: IXMLNodeList; dynamic;
C++
__fastcall IXMLNodeList CreateChildList();

Applications can't call the protected CreateChildList method. This method is used internally the first time an application reads the ChildNodes property. 

CreateChildList creates an implementation class for the ChildNodes property, telling it to call the ChildListNotify method when it changes the list of attributes for this node, and filling it with nodes that are based on the current children of this node. 

 

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