CoreClasses Xojo Plugin

ObjectSet.GetNext Method (console safe)

Use to get next item from the ObjectSet.

GetNext() as Object

Parameters

Returns

Object

Remarks

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

See Also

ObjectSet Class