IEnumerator<T>.MoveNext Method

Definition

Advances the enumerator to the next value in the sequence.

Delphi
function MoveNext: Boolean;

Returns

Boolean

True if the enumerator advanced to the next value; otherwise, false.