Navigation: Code Documentation > RSCommon > GTree > Classes > TGCustomTreeNode > Methods
TGCustomTreeNode.NewChild Method
Creates a new child node of the current node. The new child node is returned.
Namespace: GTree
Delphi
public function NewChild: TGCustomTreeNode; virtual;
Return Value
Type: TGCustomTreeNode
•GTree.TGCustomTreeNode.AddChild(TGCustomTreeNode)
•GTree.TGCustomTreeNode.Clear
•GTree.TGCustomTreeNode.InsertChild(Integer)
•GTree.TGCustomTreeNode.DeleteChild(TGCustomTreeNode)
•GTree.TGCustomTreeNode.Child[Integer]
•GTree.TGCustomTreeNode.ChildCount
•TGCustomTreeNode
•GTree