Navigation: Code Documentation > RSCommon > GTree > Classes > TGBinaryTreeNode > Properties
TGBinaryTreeNode.Right Property
Specifies the right child of the current node.
Namespace: GTree
Delphi
published property Right: TGBinaryTreeNode read FRight write SetRight;
Property Value
Type: TGBinaryTreeNode
•GTree.TGBinaryTreeNode.Left
•GTree.TGBinaryTreeNode.AddRightChild
•TGBinaryTreeNode
•GTree