BBjListButton::removeItemAt
Description
Removes an item from the list in the BBjListButton control.
Syntax
Return Value |
Method |
void |
removeItemAt(int index) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index of the item to be removed from the list. |
Return Value
None.
Remarks
Each item in the list with an index greater than the removed item's index is shifted downward to have an index one smaller than the value it had previously.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.