Navigation: Code Documentation > RSCommon > GTree > Classes > TGCustomTreeNode
TGCustomTreeNode Constructors
Name
Description
Create(TGCustomTree)
Creates the tree node and assigns the input AOwner to the Owner property
CreateObject(TGCustomTree,TRSTreeItem)
Creates the tree node and assigns the input AOwner to the Owner property. The input AItem is assigned to the Item property.
Destroy
Represents the destructor of the TGCustomTreeNode class.
Top