Gets the value at the current position of the enumerator.
Delphi
property Current;
Value
T
Exceptions
The enumerator is positioned before the first value or after the last value.
Gets the value at the current position of the enumerator.
property Current;
The enumerator is positioned before the first value or after the last value.