Return the current item.
Source position: objpash.inc line 332
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. |