Navigation: Code Documentation > RSCommon > GTree > Classes > TGCustomTreeNode > Methods
TGCustomTreeNode.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 ); virtual; abstract;
Parameters
Index
Type: Integer
ANode
Type: TGCustomTreeNode
•GTree.TGCustomTreeNode.Child[Integer]
•GTree.TGCustomTreeNode.Parent
•GTree.TGCustomTreeNode.ChildCount
•TGCustomTreeNode
•GTree