Accessing AddInModule properties from Other Forms / Units

Add-in Express™ Support Service
That's what is more important than anything else

Accessing AddInModule properties from Other Forms / Units
 
Andrew Lockwood


Guest


I have an Outlook AddIn module - the unit is called ADTOutlookAddin_IMPL, and it contains TAddInModule

Is it possible to access the properties of TAddInModule from another form / unit in my program? I do not mean a TadxOlForm, but just a standard Delphi form? If so, please can you explain how, as I have not been able to work it out.

Thanks


Andrew
Posted 19 Oct, 2015 18:24:10 Top
Andrei Smolin


Add-in Express team


Posts: 18791
Joined: 2006-05-11
Hello Andrew,

You can use a global variable. Search "adxcoMyAddin1" in the manual, see the PDF file in the folder {Add-in Express}\Docs on your development PC.


Andrei Smolin
Add-in Express Team Leader
Posted 20 Oct, 2015 05:14:49 Top
Andrew Lockwood


Guest


It works! Thanks for the help.


Andrew.
Posted 22 Oct, 2015 09:14:16 Top
Andrei Smolin


Add-in Express team


Posts: 18791
Joined: 2006-05-11
Welcome!


Andrei Smolin
Add-in Express Team Leader
Posted 22 Oct, 2015 09:18:13 Top