[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements an enumerator for items in the TTreeNodes container.
Source position: comctrls.pp line 3142
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. |
|
| | ||
TObject |
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.