[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the current item
Source position: objpash.inc line 277
property IEnumerator.Current : TObject |
Current simply is the redefinition of IEnumerator.GetCurrent as a property. It is read-only.
|
Returns the current element in the iteration cycle |
|
|
Move to the next value |