<< Click to Display Table of Contents >>
Item Method |
The Item method returns a reference to a child object of the object calling it. This method can retrieve an object by its name as well as by its index (integer). If the specified index or name is valid, the Item method returns a reference to this object. Otherwise, this method returns an error of invalid parameter. Example:
E3Browser object
•Screen.Item("E3Browser1"): E3Browser object inside a Screen
•Screen.Item("E3Browser1").Item("Query1"): A Query object inside an E3Browser