[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the last node at the same level as the current node.
Source position: comctrls.pp line 3109
Last TTreeNode instance at the same level as the current node, or Nil if a sibling node is not found.
If Parent has been assigned, the return value is set to the last child node in the Items for the Parent node. If the node is a top-level node (where Parent is unassigned), the value from GetNextSibling is used. The return value is Nil if a sibling node is not found for the current tree node.
Version 4.0 | Generated 2025-05-03 | Home |