[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ghashset.pp line 29
type generic THashSetIterator <T,TTable>= class |
public |
type |
public |
Fh: SizeUInt; |
Fp: SizeUInt; |
FData: TTable; |
function Next; |
function MoveNext; |
function GetData; |
function GetEnumerator; |
property Data: T; [r] |
property Current: T; [r] |
end; |
| |
TObject |