BBjListSpinner::setSpinList
Description
In BBj 7.00 and higher, this BBjListSpinner method sets the list of values displayed by the BBjListSpinner.
Syntax
Return Value |
Method |
void |
setSpinList(BBjVector spinList!) |
Parameters
Variable |
Description |
spinList! |
The list of values to display when spinning. |
Return Value
None.
Remarks
If the current index of the spinner is less than the length of the new list, it remains unchanged, although the displayed value may change (if the new list has different values).
If the current index of the spinner is greater than or equal to the length of the new list, the spinner changes to show the last index in the new list. This will not cause a spin event.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.