[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: gset.pp line 26
type generic TSetIterator <T,TNode>= class |
public |
type |
PNode = ^TNode; |
public |
FNode: PNode; |
function GetData; |
function Next; |
function MoveNext; |
function GetEnumerator; |
function Prev; |
property Data: T; [r] |
property Current: T; [r] |
end; |
| |
TObject |