Navigation: Code Documentation > RSCommon > GTree > Classes > TGBinaryTreeNode > Methods
TGBinaryTreeNode.GetChild(Integer) Method
Returns the child node at the specified index.
Namespace: GTree
Delphi
protected function GetChild( Index: Integer ): TGCustomTreeNode; override;
Parameters
Index
Type: Integer
Type: TGCustomTreeNode
TGCustomTreeNode.GetChild(Integer)
•GTree.TGCustomTreeNode.Child[Integer]
•GTree.TGCustomTreeNode.Parent
•GTree.TGCustomTreeNode.ChildCount
•TGBinaryTreeNode
•GTree