TcxTreeListNode Methods
The base class for nodes used in the TcxDBTreeList, TcxTreeList, and TcxVirtualTreeList controls.
Name | Description |
---|---|
Add |
Creates a node and appends it to the end of the current node’s child collection. |
Add |
Creates a node and inserts it at the first position in the current node’s child collection. |
Alpha |
Sorts the node’s child nodes. |
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Assign |
Assigns the node’s column values. |
Can |
Indicates whether the node can be collapsed. |
Can |
Indicates whether the node can be expanded. |
Can |
Indicates whether the node can be moved to the location specified within the Tree |
Check |
Clicks a control (a check box or radio button) that indicates the node’s checked state. |
Collapse |
Collapses the node. |
Custom |
Custom sorts the node’s children. |
Delete |
Removes the node and all its children from the Tree |
Delete |
Removes the node’s children. |
Display |
Returns the node’s bounding rectangle. |
End |
Switches the node from edit to browse mode. |
Equals |
Inherited from TObject. |
Expand |
Expands the node. |
get |
Returns the node’s first child. |
Get |
Returns a node’s first child that is available in the View. |
Get |
Inherited from TObject. |
Get |
Returns the node’s last child. |
Get |
Returns a node’s last child that is available in the View. |
Get |
Inherited from TPersistent. |
Get |
Returns the node next to the current one within the tree structure. |
Get |
Returns the next child node after the node specified. |
get |
Returns the next node at the current nesting level. |
Get |
Returns the next node available in the View at the current nesting level. |
Get |
Returns the next visible node. |
Get |
Inherited from TPersistent. |
Get |
Returns the node previous to the current one. |
Get |
Returns the previous child of the node specified. |
get |
Returns the previous node at the current nesting level. |
Get |
Returns the previous node available in the View at the current nesting level. |
Get |
Returns the previous visible node. |
Has |
Checks whether the specified node is the parent of this node. |
Index |
Returns the specified node’s index among this node’s children. |
Insert |
Inserts a child node into the node’s child collection. |
Invalidate | Informs the control that the node needs to be repainted. |
Is |
|
Is |
Checks whether the specified node is a sibling of the current node. |
Load |
Loads the node’s children, if any exist. |
Make |
Ensures that the node is displayed. |
Move |
Moves the node to the location specified within the Tree |
Repaint |
Redraws the node. |
To |
Inherited from TObject. |
See Also