BBjVector::setItem
Description
Set the value of an existing item in the vector.
Syntax
|
Return Value |
Method |
|---|---|
|
void |
setItem(int index, Object item!) |
Parameters
|
Variable |
Description |
|---|---|
|
index |
Specifies the 0-based index at which the item is set. |
|
item! |
Specifies the object to be set in the vector. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.