IEnumerator.Current
Return the current item
Declaration
Source position: objpash.inc line 279
default Property
  Current : TObject;
Description
Current simply is the redefinition of IEnumerator.GetCurrent as a property. It is read-only.
See also
| Name | Description | 
|---|---|
| IEnumerator.GetCurrent | Returns the current element in the iteration cycle | 
| IEnumerator.MoveNext | Move to the next value | 
| TObject | Base class of all classes. |