Navigation: Code Documentation > RSCommon > GTree > Classes > TGCustomTreeNode > Properties
TGCustomTreeNode.Child[Integer] Property
Specifies the child nodes of the current node.
Use the Child and ChildCount properties to iterate over all the children of the current node.
Namespace: GTree
Delphi
public property Child[ Index: Integer ]: TGCustomTreeNode read GetChild write SetChild;
Parameters
Index
Type: Integer
Type: TGCustomTreeNode
•GTree.TGCustomTreeNode.ChildCount
•GTree.TGCustomTreeNode.Parent
•GTree.TGCustomTreeNode.IndexOf(TGCustomTreeNode)
•TGCustomTreeNode
•GTree