[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Returns the next node in the tree hierarchy at the same level as the current node.
Source position: comctrls.pp line 3116
TTreeNode instance which is the next node at the same level as the current node, or Nil if no other nodes are stored at the same level in the Parent.
The internal member with the return value for the method is updated when the MoveTo method is called for the tree node. This occurs when the value in Index is modified. It is also updated when methods in TTreeNode are called to add or insert a tree node into the node list.
|
Ordinal position for the node in its parent node. |
|
|
Relocates a node to the specified Destination node using the specified mode of attachment. |
|
|
Creates or updates a tree node with the specified text and a pointer to data. |
|
|
Adds or inserts a tree node as a sibling to a specified relative node. |
|
|
Adds a node with the specified text and data at the same level as the sibling node. |
|
|
Inserts a tree node with the specified text before the specified node. |
|
|
Inserts a new tree node with the specified text and data just before the specified node. |
Version 4.0 | Generated 2025-05-03 | Home |