RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.GetChildNodeClasses Method

Returns a list of the classes that can implement child nodes of this node.

Pascal
function GetChildNodeClasses: TNodeClassArray;
C++
__fastcall TNodeClassArray GetChildNodeClasses();

GetChildNodeClasses is used internally to obtain a list of the classes that can be used to represent child nodes of this node. 

If this node is not a hosted node, GetChildNodeClasses returns an array containing every class that has been registered using the RegisterChildNode method. If this node is a hosted node, GetChildNodeClasses returns the ChildNodeClasses property of the host node. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!