CoreClasses Xojo Plugin

ObjectCollection.MoveFirst Method (console safe)

Use this method to reset the iterator in the ObjectCollection.

MoveFirst()

Parameters

Remarks

The collection implements IIterator, which means you can use the MoveFirst, GetNext, PeekNext and HasNext functions to iterate through the items in the class.

See Also

ObjectCollection Class