[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: avglvltree.pas line 92
type TPointerToPointerEnumerator = class |
||
protected |
||
FHighToLow: Boolean; |
||
function GetCurrent; |
|
|
public |
||
constructor Create(); |
|
|
function GetEnumerator; |
|
|
function MoveNext; |
|
|
property Current: PPointerToPointerItem; [r] |
|
|
property HighToLow: Boolean; [r] |
|
|
end; |
|
||
| | ||
TObject |
Version 4.0 | Generated 2025-05-03 | Home |