[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if another tree node is available to the enumerator.
Source position: comctrls.pp line 3190
public function TTreeNodesEnumerator.MoveNext: Boolean; |
True when more tree nodes are available in the internal container.
MoveNext is a Boolean function which indicates if another tree node is available to the enumerator. MoveNext increments the internal position counter for the enumerator. The return value is True if the position counter is less than the number of entries in the internal TTreeNodes container (in the range 0..TTreeNodes.Count-1).
Use Current to access the TTreeNode instance when MoveNext returns True.
|
Gets the current tree node instance for the enumerator. |
|
|
Contains the number of tree nodes in the container. |
|
|
Implements a tree node displayed in a TTreeView control. |
Version 4.0 | Generated 2025-05-03 | Home |