IIterator methods
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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. |