Application object

Examples Properties Methods Events
Application events

This object represents any ReadSoft Invoices application and is the root of the object hierarchy. From it you can get to all of the other objects in the hierarchy. Any of the ReadSoft Invoices modules' COM Application objects must be of the kind specified through these classes:

EHICOM.ManagerApp ReadSoft Invoices Manager

EHICOM.OptimizerApp ReadSoft Invoices Optimize

EHICOM.ScanApp ReadSoft Invoices Scan

EHICOM.VerifyApp ReadSoft Invoices Interpret

EHICOM.InterpretApp ReadSoft Invoices Verify

EHICOM.TransferApp ReadSoft Invoices Transfer

When an event handler is called, the Application object is always available as a global instance.

When created as an OLE automation instance, the client must authenticate against the Application object with the method described above before any operations can be performed.

Note
  • Some objects derived from the Application object are only available at certain events. Check event descriptions to see which objects are available.
  • When using the VBA engine, the global ApplicationEx variable provides an object reference to the COM Application object.

Related topics

Application events