BBjListSpinner::setListIndex
Description
In BBj 7.00 and higher, this BBjListSpinner method sets the currently displayed value to the one at the specified index in the list.
Syntax
Return Value |
Method |
void |
setListIndex(int index) |
Parameters
Variable |
Description |
index |
The new index to display. |
Return Value
None.
Remarks
If the new index is greater than or equal to the size of the list or less than zero, this method will throw an !ERROR=17.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.