| [Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | | ||
TObject |