Vcl.ComCtrls.TTreeNode Properties
InheritedProtected
| AbsoluteIndex | public | Indicates the index of the tree node relative to the first tree node in a tree node. |
| Checked | public | Property returns True, when a node checkbox is on. |
| CheckState | public | Property returns the current checkbox state of a node. |
| Count | public | Indicates the number of direct descendants of a tree node. |
| Cut | public | Indicates if the tree node object is drawn as if selected as part of a cut and paste operation. |
| Data | public | Points to application-defined data associated with the tree node. |
| Deleting | public | Indicates whether a node's Destroy method has been called and the node is in the process of being deleted. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| DropHighlighted | public | The boolean DropHighlighted property allows the user to check and set the nsDropHilited node state. In its turn, the nsDropHilited node state is on when the node is selected as a drag-and-drop target. |
| DropTarget | public | Indicates whether the tree node is drawn as a drag and drop target. |
| Enabled | public | Enable/disable node selection. |
| Expanded | public | Specifies whether the tree node is expanded. |
| ExpandedImageIndex | public | Image index when item is expanded. |
| Focused | public | Indicates whether the node appears to have focus. |
| Handle | public | Contains the window Handle of the tree view that contains the node. |
| HasChildren | public | Indicates whether a node has any children. |
| ImageIndex | public | Specifies which image is displayed when a node is in its normal state and is not currently selected. |
| Index | public | Specifies the position of the node in the list of child nodes maintained by its parent node. |
| IsVisible | public | Indicates whether the tree node is currently visible in the tree view image. |
| Item | public | Provides access to a child node by its position in the list of child nodes. |
| ItemId | public | Contains a handle that uniquely identifies each node in a tree view. |
| Level | public | Indicates the level of indentation of a node within the tree view control. |
| OverlayIndex | public | Determines which image from the image list is used as an overlay mask. |
| Owner | public | Indicates which tree nodes object contains the tree node. |
| Parent | public | Identifies the parent node of the tree node. |
| Selected | public | Determines whether the node is selected. |
| SelectedIndex | public | Specifies the index in the tree view's image list of the image displayed for the node when it is selected. |
| StateIndex | public | Indicates which image from the StateImages list to display for the node. |
| Text | public | Specifies the label that identifies a tree node. |
| TreeView | public | Specifies the tree view that displays the node. |