Uwe Thaden
Guest
|
Hi, maybe a too stupid question, but how can I call methods of _IMPL-file from other forms?
E.g. I have the type TAddInModule = class(TadxCOMAddInModule) and put there in public a method called DoInAddin which I want to call from an other form, where I have uses GetContact_IMPL;
Thanks,
Uwe |
|
Dmitry Kostochko
Add-in Express team
Posts: 2880
Joined: 2004-04-05
|
Hi Uwe,
You can pass the TAddInModule reference to your form. For example by reintroducing the constructor or by calling some method of you form with TAddInModule parameter.
|
|