CoreClasses Xojo Plugin

IIterator.GetNext Method (console safe)

Use this function on containers that Implement the IIterator Interface to get next item from the container.

GetNext() as Object

Parameters

Returns

Object

Remarks

See Also

IIterator Interface