BBjListEdit::selectIndex
Description
Selects an item from the list of the BBjListEdit control.
Syntax
Return Value | Method |
---|---|
void | selectIndex(int index) |
Parameters
Parameters | Description |
---|---|
index | Specifies the 0-based index of the item to be selected. |
Return Value
None.
Remarks
If multiple selection is allowed, then calling this method will add the selection. Otherwise, this method will change any current selection to this item.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.