TCollectionEnumerator.GetCurrent
Return the current pointer in the list
Declaration
Source position: classesh.inc line 514
public
function GetCurrent : TCollectionItem;
Description
GetCurrent returns the current TCollectionItem instance in the enumerator.
Errors
No checking is done on the validity of the current position.
See also
| Name | Description |
|---|---|
| MoveNext | Move the position of the enumerator to the next position in the collection. |
| TCollectionItem | Basic object that is managed by a TCollection class. |