[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements an enumerator for items in the TTreeNodes container.
Source position: comctrls.pp line 3185
type TTreeNodesEnumerator = class |
||
public |
||
constructor Create(); |
|
Constructor for the class instance. |
function MoveNext; |
|
Indicates if another tree node is available to the enumerator. |
|
Gets the current tree node instance for the enumerator. |
|
end; |
|
Implements an enumerator for items in the TTreeNodes container. |
|
| | | ||
Implements the Current property and MoveNext method used to navigate the tree nodes in the container. The nodes in the container are passed as an argument to the Create constructor.
| Version 4.4 | Generated 2025-11-08 | Home |