| CoreClasses REALbasic Plugin |
|
IIterator.PeekNext Method
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