Navigation: Code Documentation > RSCommon > GTree > Classes > TGCustomTreeNode > Methods
TGCustomTreeNode.AddChild(TGCustomTreeNode) Method
Adds the input tree node as a child of the current node.
Namespace: GTree
Delphi
public function AddChild( ANode: TGCustomTreeNode): TGCustomTreeNode; virtual; abstract;
Parameters
ANode
Type: TGCustomTreeNode
•GTree.TGCustomTreeNode.DeleteChild(TGCustomTreeNode)
•GTree.TGCustomTreeNode.InsertChild(Integer)
•GTree.TGCustomTreeNode.NewChild
•GTree.TGCustomTreeNode.Child[Integer]
•GTree.TGCustomTreeNode.ChildCount
•GTree.TGCustomTreeNode.AddChildren(TGCustomTreeNode)
•TGCustomTreeNode
•GTree