BBjVector::getItem
Description
Retrieves an object from the vector.
Syntax
Return Value |
Method |
---|---|
Object |
getItem(int index) |
Parameters
Variable |
Description |
---|---|
index |
Specifies the 0-based index at which the object will be retrieved from the vector. |
Return Value
Retrieves the object at index.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.