Class TGenEnumerator
Unit
GContnrs
Declaration
type generic TGenEnumerator<_TItem_,_TPosition_> = class(TObject)
Description
Hierarchy
Overview
Internal Types
 |
TGetCurrent = function(const Pos: _TPosition_) : _TItem_ of object; |
 |
TMoveNext = function(var Pos:_TPosition_) : Boolean of object; |
Methods
Properties
 |
property Current: _TItem_ read GetCurrent; |
Description
Internal Types
 |
TGetCurrent = function(const Pos: _TPosition_) : _TItem_ of object; |
|
 |
TMoveNext = function(var Pos:_TPosition_) : Boolean of object; |
|
Methods
 |
function MoveNext: Boolean; |
|
Properties
 |
property Current: _TItem_ read GetCurrent; |
|
Generated by PasDoc 0.13.0 on 2014-07-29 16:12:40
|