Board index » delphi » Component wrapper for ActiveX / COM object
Adrian Chapman
![]() Delphi Developer |
Fri, 14 Jul 2000 03:00:00 GMT
Component wrapper for ActiveX / COM objectI wonder if anyone could point me in the right direction? I am working with Delphi 3 C/S and I have downloaded an 'ActiveX' POP3 email Am I right in thinking that in order to be able to do this I will have to e.g. TPOP3 = class(TComponent, IPOP3) Whereby the Delphi class will call the Interfaces methods. Is this the right way to do this? The dll also provides other Interfaces that I am interested in IAttachment If this is correct can someone tell me how I get the Interface pointer to Thanks for any help |