BBjFormValidationEvent::getSelectedIndex
Description
In BBj 12.0 and higher, this method returns the index corresponding to the returned text value of a list control.
Syntax
Return Value |
Method |
int |
getSelectedIndex(BBjListBox control!) |
int |
getSelectedIndex(BBjListButton control!) |
int |
getSelectedIndex(BBjListEdit control!) |
Parameters
Variable |
Description |
control! |
A BBjListBox, BBjListButton, or BBjListEdit object. |
Return Value
The index corresponding to the returned text value.
Remarks
None.
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.