CoreClasses Xojo Plugin

IIterator.PeekNext Method (console safe)

Use this function on containers that Implement the IIterator Interface to peek at next item from the container without causing iteration.

PeekNext() as Object

Parameters

Returns

Object

Remarks

See Also

IIterator Interface