Navigation: Code Documentation > RSCommon > GTree > Classes > TGTreeNode > Methods
TGTreeNode.SetChild(Integer,TGCustomTreeNode) Method
Sets the child node at the specified index to the input ANode.
Namespace: GTree
Delphi
protected procedure SetChild( Index: Integer; ANode: TGCustomTreeNode ); override;
Parameters
Index
Type: Integer
ANode
Type: TGCustomTreeNode
TGCustomTreeNode.SetChild(Integer,TGCustomTreeNode)
•GTree.TGCustomTreeNode.Child[Integer]
•GTree.TGCustomTreeNode.Parent
•GTree.TGCustomTreeNode.ChildCount
•TGTreeNode
•GTree