|
| 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 */
|
LOGICAL HasPrevious ()
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
INTEGER NextIndex ()
|
||||||||||||
Progress.Lang.Object Previous ()
|
||||||||||||
INTEGER PreviousIndex ()
|
||||||||||||