TdxTreeViewNode Methods
A tree view node.
Name | Description |
---|---|
Add |
Appends a new child node with the default settings.
Inherited from Tdx |
Add |
Appends a new child node. |
Add |
Prepends a new child node with the default settings.
Inherited from Tdx |
Add |
Prepends a new child node. |
Add |
Adds a node.
Inherited from Tdx |
Add |
Adds a node. |
Alpha |
Sorts the node’s children. |
Assign |
Assigns the specified node’s settings to the current node.
Inherited from Tdx |
Begin |
Prevents node owner updates until an End |
Clear |
Destroys the node’s children.
Inherited from Tdx |
Collapse |
Collapses the node. |
Custom |
Custom sorts the node’s children.
Inherited from Tdx |
Custom |
Custom sorts the node’s children. |
Delete |
Deletes the node and its children.
Inherited from Tdx |
Delete |
Destroys the node’s children.
Inherited from Tdx |
Display |
Returns the node’s bounds. |
Edit |
Opens the node’s in-place caption editor if it is possible. |
End |
Closes the node’s in-place caption editor. |
End |
Enables node owner updates after a Begin |
Equals |
Inherited from TObject. |
Expand |
Expands the node. |
Get |
Inherited from TObject. |
Get |
Provides access to the next node. |
Get |
Provides access to the previous node. |
Has |
Determines if the specified node is the current node’s ancestor.
Inherited from Tdx |
Invalidate | Redraws the node. |
Is |
Determines if the node is root.
Inherited from Tdx |
Load |
Loads child nodes.
Inherited from Tdx |
Make |
Expands all ancestor nodes of the node and brings it into view. |
Move |
Moves the node and its children to the specified location in the tree.
Inherited from Tdx |
To |
Inherited from TObject. |
See Also