IIterator methods
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
IIterator methods
Defines the methods listed in the following table.
| Method syntax | Description |
|---|---|
|
Returns TRUE if the iterator
has another collection element to return. |
|
Returns the next collection element as an Object. |
|
Removes the most recently returned element
(by an optional Next( )call) from the
collection and returns TRUE if successful. |