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