Method syntax
|
Description
|
LOGICAL HasNext ( )
|
Returns TRUE if the iterator has another collection element to return.
|
Progress.Lang.Object Next ( )
|
Returns the next collection element as an Object.
|
LOGICAL Remove ( )
|
Removes the most recently returned element (by an optional Next( )call) from the collection and returns TRUE if successful.
|