CoreClasses Xojo Plugin

IStringIterator.HasNext Method (console safe)

Use this function on containers that Implement the IStringIterator 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

IStringIterator Interface