BBjVector::removeItem
Description
Removes an object from the vector.
Syntax
Return Value |
Method |
---|---|
Object |
removeItem(int index) |
Parameters
Variable |
Description |
---|---|
index |
Specifies the 0-based index of the object being removed from the vector. |
Return Value
Returns the removed Object.
Remarks
Each object in the vector with an index greater than the removed object'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.