Description
The GetObject() function returns a reference to an automation object from a file.
This function has the form:
GetObject([pathname] [,class])
Parameter | Description |
---|---|
pathname | (optional) The full path and name of the file that contains the automation object. If this parameter is omitted, the class parameter is required |
class | (optional) The class of the automation object. This parameter uses this syntax: appname.objectype |
Miscellaneous Information
Supported in Version: | 2.0 |
---|