ObjectIterator.MoveNext
From Xojo Documentation
Method
Moves the iterator to the next object. MoveNext must be called to start the iteration. You can think of the iterator as initially pointing to prior to the first item in the list.
Example
The following example iterates over the objects using a While loop and writes each object's name to a ListBox.