API Reference MyLibrary MyLibrary.Collections IEnumerator<T> IEnumerator<T>.MoveNext Method Definition Unit: MyLibrary.Collections Package: MyLibrary Advances the enumerator to the next value in the sequence. Delphi Copy function MoveNext: Boolean; Returns Boolean True if the enumerator advanced to the next value; otherwise, false.