Objects Overview

ActiveX Automation provides access to objects in other applications. Each object supports a particular set of methods and properties. Each method/property has zero or more parameters. Parameters may be optional, in which case the parameter can be specified by using name := value.

Note: objexpr!name is shorthand for objexpr.default property("name"). Use objexpr![name] if name contains any characters that are not allowed in an identifier.