[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TTreeNodesEnumerator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements an enumerator for items in the TTreeNodes container.

Declaration

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.

  property Current: TTreeNode; [r]

  

Gets the current tree node instance for the enumerator.

end;

Inheritance

TTreeNodesEnumerator

  

Implements an enumerator for items in the TTreeNodes container.

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.