Navigation: Code Documentation > RSCommon > GTree > Classes > TGBinaryTreeNode > Methods
TGBinaryTreeNode.AddLeftChild Method
Creates a new left child node of the current node. The new node is returned. If the left child already exists, the previous child is first freed.
Namespace: GTree
Delphi
public function AddLeftChild: TGBinaryTreeNode;
Return Value
Type: TGBinaryTreeNode
•GTree.TGBinaryTreeNode.Left
•ChildCount
•Child
•GTree.TGBinaryTreeNode.AddRightChild
•TGBinaryTreeNode
•GTree