Item Method
object.Item(Index)
Argument | Description |
object | An expression evaluating to an object of type TOCollection. |
Index | Required. A Long value. The index of the object you want to retrieve from the collection. |
Tip: You can use the returned object as an argument value for other methods (for example, CopyObject, GetLogicalName, and UpdateObject.)
For test objects, you can also use the GetTOProperty and SetTOProperty methods to modify the returned object's properties before updating the object in the object repository (using UpdateObject.)