[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Returns the next child node for the parent node specified in AValue.
Source position: comctrls.pp line 3113
public function TTreeNode.GetNextChild( |
AValue: TTreeNode |
):TTreeNode; |
AValue |
|
Tree node examined to locate its first child node. |
TTreeNode which is the first child node in the specified parent, or Nil when a node is not assigned to AValue.
Calls GetNextSibling to get the return value for the method. Returns Nil if AValue has not been assigned.
|
Returns the next node in the tree hierarchy at the same level as the current node. |
Version 4.0 | Generated 2025-05-03 | Home |