CoreClasses Xojo Plugin

IIterator.HasNext Method (console safe)

Use this function on containers that Implement the IIterator Interface to get info if there are more items in the container.

HasNext() as Boolean

Parameters

Returns

Boolean
True if there were more items in the iterator.

Remarks

See Also

IIterator Interface