TdxTreeViewNode Properties
A tree view node.
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. |
See Also