[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the next node in the tree hierarchy.
Source position: comctrls.pp line 3112
TTreeNode that is a child or sibling of the current node, or Nil when neither condition is satisfied.
Calls GetFirstChild to begin the search for the next tree node in the hierarchy. If a child node is not found, the GetNextSkipChildren method is called to locate the next sibling node in the tree.
|
Gets the first child node in the Items property. |
|
|
Gets the next sibling for the current tree node, or Nil when a sibling node does not exist. |
Version 4.0 | Generated 2025-05-03 | Home |