Iterator.MoveNext

From Xojo Documentation

Method

Iterator.MoveNext() As Boolean

New in 2019r2

Supported for all project types and targets.

Moves the iterator to the next item.

Notes

Return False when there are no more items, otherwise return True.