RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.ChildNodeClasses Property

Lists the classes that the XML Data Binding wizard defines to represent child nodes of this node.

Pascal
property ChildNodeClasses: TNodeClassArray;
C++
__property TNodeClassArray ChildNodeClasses;

ChildNodeClasses is used internally when creating child nodes for this node. The XML Data Binding wizard defines TXMLNode descendants for each node in the XML document that represents a node that has (or can have) children. ChildNodeClasses lists only those TXMLNode descendants that can represent child nodes of this node. These classes become the types of the corresponding properties on the TXMLNode descendant that represents this node. 

Classes are added to ChildNodeClasses by the RegisterChildNode method. 

 

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