BBjVector::addItem
Description
Adds an item to the end of the BBjVector.
Syntax
|
Return Value |
Method |
|---|---|
|
void |
addItem(Object item!) |
Parameters
|
Variable |
Description |
|---|---|
|
item! |
Can be any allowed type or object. |
Return Value
None.
Remarks
The capacity of the vector is increased if its size becomes greater than its capacity.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.