[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'AvgLvlTree' (#lazutils)

TCustomStringMapEnumerator

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

Declaration

Source position: avglvltree.pas line 145

type TCustomStringMapEnumerator = class

protected

  FTree: TAvlTree;

  FCurrent: TAvlTreeNode;

public

  constructor Create();

  

Constructor for the class instance.

  function MoveNext;

  

end;

Inheritance

TCustomStringMapEnumerator

  

|

TObject