TdxTreeCustomNode Methods
The base class for tree node classes.
Name | Description |
---|---|
Add |
Appends a new child node with the default settings. |
Add |
Prepends a new child node with the default settings. |
Add |
Adds a node. |
Assign |
Assigns the specified node’s settings to the current node. |
Begin |
Prevents node owner updates until an End |
Clear | Destroys the node’s children. |
Custom |
Custom sorts the node’s children. |
Delete | Deletes the node and its children. |
Delete |
Destroys the node’s children. |
End |
Enables node owner updates after a Begin |
Equals |
Inherited from TObject. |
Get |
Inherited from TObject. |
Has |
Determines if the specified node is the current node’s ancestor. |
Is |
Determines if the node is root. |
Load |
Loads child nodes. |
Move |
Moves the node and its children to the specified location in the tree. |
To |
Inherited from TObject. |
See Also