BBjListButton::insertItems
Description
Inserts items into the list of the BBjListButton control.
Syntax
| Return Value | Method | 
| void | insertItems(int index, BBjVector itemVector!) | 
| void | insertItems(int index, string items$) | 
Parameters
| Variable | Description | 
| index | Specifies the 0-based index at which the item will be inserted. | 
| itemVector! | The vector of items to be added to the list. | 
| items$ | The linefeed-delimited list of items to be added to the list. | 
Return Value
None.
Remarks
Each item with an index greater than or equal to the specified index, plus the number of items in the vector or the linefeed-delimited list, is shifted upward to have an index equal to one plus the number of items in the vector or the linefeed-delimited list than the value it had previously.
Example 1
|  | 
Example 2
|  | 
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.