TdxTreeViewNode Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates a new tree node.
Inherited from Tdx |
#Properties
Name | Description |
---|---|
Absolute |
Returns the node’s index in the Tree View. |
Caption | Specifies the node’s caption. |
Checked | Specifies if the node’s checkbox is checked. |
Check |
Specifies the node’s checkbox state. |
Count |
Returns the total count of the node’s children.
Inherited from Tdx |
Cut | Specifies if the node is highlighted as a cut and paste operation target. |
Data |
Specifies a pointer to custom data associated with the node.
Inherited from Tdx |
Deleting | Identifies if the Tree View deletes the node. |
Drop |
Identifies if the node is the target of a drag-and-drop operation. |
Enabled | Specifies if the node’s checkbox is enabled. |
Expanded |
Specifies if the node is expanded.
Inherited from Tdx |
Expanded |
Specifies an image index for the node in expanded state. |
First |
Provides access to the node’s first child.
Inherited from Tdx |
Focused | Specifies if the node has focus. |
Has |
Specifies whether the node expand button is visible if the node has no children.
Inherited from Tdx |
Hide |
Specifies if the node’s checkbox is hidden. |
Image |
Specifies the node image index.
Inherited from Tdx |
Index |
Returns the node index in the parent node’s Items collection.
Inherited from Tdx |
Is |
Identifies if the node is visible. |
Items |
Provides indexed access to the node’s children.
Inherited from Tdx |
Last |
Provides access to the node’s last child.
Inherited from Tdx |
Level |
Returns the node’s nesting level in the tree.
Inherited from Tdx |
Next |
Provides access to the node’s next sibling.
Inherited from Tdx |
Overlay |
Specifies an index of the image used as the node image’s overlay mask. |
Owner |
Provides access to the node owner.
Inherited from Tdx |
Parent |
Provides access to the node’s parent.
Inherited from Tdx |
Prev |
Provides access to the node’s previous sibling.
Inherited from Tdx |
Root |
Provides access to the root node.
Inherited from Tdx |
Selected | Specifies if the node is selected. |
Selected |
Specifies an image index for the node in selected state. |
State |
Specifies an index of the node’s additional image. |
Visible |
Specifies if the node is visible.
Inherited from Tdx |
Visible |
Returns the visible node’s index in the Tree View. |
#Methods
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