TdxTreeViewNode Properties
A tree view node.Name | Description |
---|---|
AbsoluteIndex | Returns the node’s index in the Tree View. |
Caption | Specifies the node’s caption. |
Checked | Specifies if the node’s checkbox is checked. |
CheckState | Specifies the node’s checkbox state. |
Count | Returns the total count of the node’s children. Inherited from TdxTreeCustomNode. |
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 TdxTreeCustomNode. |
Deleting | Identifies if the Tree View deletes the node. |
DropTarget | 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 TdxTreeCustomNode. |
ExpandedImageIndex | Specifies an image index for the node in expanded state. |
First | Provides access to the node’s first child. Inherited from TdxTreeCustomNode. |
Focused | Specifies if the node has focus. |
HasChildren | Specifies whether the node expand button is visible if the node has no children. Inherited from TdxTreeCustomNode. |
HideCheckBox | Specifies if the node’s checkbox is hidden. |
ImageIndex | Specifies the node image index. Inherited from TdxTreeCustomNode. |
Index | Returns the node index in the parent node’s Items collection. Inherited from TdxTreeCustomNode. |
IsVisible | Identifies if the node is visible. |
Items | Provides indexed access to the node’s children. Inherited from TdxTreeCustomNode. |
Last | Provides access to the node’s last child. Inherited from TdxTreeCustomNode. |
Level | Returns the node’s nesting level in the tree. Inherited from TdxTreeCustomNode. |
Next | Provides access to the node’s next sibling. Inherited from TdxTreeCustomNode. |
OverlayImageIndex | Specifies an index of the image used as the node image’s overlay mask. |
Owner | Provides access to the node owner. Inherited from TdxTreeCustomNode. |
Parent | Provides access to the node’s parent. Inherited from TdxTreeCustomNode. |
Prev | Provides access to the node’s previous sibling. Inherited from TdxTreeCustomNode. |
Root | Provides access to the root node. Inherited from TdxTreeCustomNode. |
Selected | Specifies if the node is selected. |
SelectedImageIndex | Specifies an image index for the node in selected state. |
StateImageIndex | Specifies an index of the node’s additional image. |
Visible | Specifies if the node is visible. Inherited from TdxTreeCustomNode. |
VisibleIndex | Returns the visible node’s index in the Tree View. |
See Also