Finds the specified component in the collection.
"objectCollection_var" is a variable referencing an ObjectCollection object.
|
"objectCollection_var" is a variable referencing an ObjectCollection object.
|
Type | Description |
integer | Returns the index of the found item. If not found, -1 is returned. |
Name | Type | Description |
item | Base | The item to search for within the collection. |
startIndex | uinteger | The index to begin the search. This is an optional argument whose default value is 0. |