OpenEdge.Core.Collections.IListIterator
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL HasPrevious () |
/** Indicates whether there's a previous element.
@return logical True if there is a previous element */
|
||
| INTEGER NextIndex () |
/** Returns the next elements' index.
Return integer The index of the next element */
|
||
| Progress.Lang.Object Previous () |
/** Returns the previous element
@return Object */
|
||
| INTEGER PreviousIndex () |
/** Returns the index of the previous item.
Return integer The index of the previous element */
|
Method Detail
LOGICAL HasPrevious ()
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
INTEGER NextIndex ()
|
||||||||||||
Progress.Lang.Object Previous ()
|
||||||||||||
INTEGER PreviousIndex ()
|
||||||||||||