[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The absolute ordinal position for the node, regardless of its level or ancestry, in the tree node hierarchy.
Source position: comctrls.pp line 3146
public property TTreeNode.AbsoluteIndex : Integer |
AbsoluteIndex is a read-only Integer property which contains the absolute ordinal position for the tree node, regardless of its parent or level, in the hierarchy of tree nodes. For example:
|
Parent node for the current tree node. |
|
|
The number of subtrees in the ancestor nodes for the class instance. |
|
|
The number of ancestor nodes for the current tree node. |
|
|
Ordinal position for the node in its parent node. |
|
|
Provides indexed access to the child nodes for the current node. |
|
|
Returns the next node in the tree hierarchy at the same level as the current node. |
|
|
GetPrevSibling - returns the previous node in the same level as the current node. |
|
|
Gets the first child node in the Items property. |
Version 4.0 | Generated 2025-05-03 | Home |