Navigation: Code Documentation > RSCommon > GTree > Classes > TGCustomTreeNode > Methods
TGCustomTreeNode.InsertChild(Integer) Method
Inserts a new child node into the list of children at the specified location. The new child node is returned.
Namespace: GTree
Delphi
public function InsertChild( Index: Integer ): TGCustomTreeNode; virtual; abstract;
Parameters
Index
Type: Integer
Type: TGCustomTreeNode
•GTree.TGCustomTreeNode.AddChild(TGCustomTreeNode)
•GTree.TGCustomTreeNode.Clear
•GTree.TGCustomTreeNode.NewChild
•GTree.TGCustomTreeNode.DeleteChild(TGCustomTreeNode)
•GTree.TGCustomTreeNode.Child[Integer]
•GTree.TGCustomTreeNode.ChildCount
•TGCustomTreeNode
•GTree