Add-in control object. User-defined object type used to configure and control the add-in, e.g. MYADDINCONTROLLER. A global variable of the same name is created automatically by the system at module startup e.g. !!myAddinController. Methods on this object can be executed at ModuleStartup and at the other application events.
|
|
e.g. EQUI:!!equiAppStartupCall().
|
|
e.g. PIPE:!!pipeAppSwitchCall()
|
|