Navigation: Code Documentation > RSCommon > GTree > Classes > TGCustomTreeNode > Properties
TGCustomTreeNode.ChildCount Property
Returns the number of children or child nodes of the current node.
Namespace: GTree
Delphi
published property ChildCount: Integer read GetChildCount;
Property Value
Type: Integer
•GTree.TGCustomTreeNode.AddChild(TGCustomTreeNode)
•GTree.TGCustomTreeNode.NewChild
•GTree.TGCustomTreeNode.Clear
•GTree.TGCustomTreeNode.DeleteChild(TGCustomTreeNode)
•GTree.TGCustomTreeNode.Child[Integer]
•TGCustomTreeNode
•GTree