[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the first tree node at the same level in the tree.
Source position: comctrls.pp line 3105
First tree node at the same level.
GetFirstSibling is a TTreeNode function which returns the first tree node at the same Level in the tree node hierarchy. The return value may be the same as the current class instance when it is the first (or only) node at the current Level.
When a Parent node has been assigned, its GetFirstChild method is used to get the return value. Otherwise, the internal linked list for the subtree is used to get the previous tree node as the return value.
|
The number of ancestor nodes for the current tree node. |
|
|
Parent node for the current tree node. |
|
|
Gets the first child node in the Items property. |
Version 4.0 | Generated 2025-05-03 | Home |