Board index » delphi » How to call ActiveX functions included by TLB-interface
Tom Gossi
![]() Delphi Developer |
Sat, 14 May 2005 01:51:17 GMT
How to call ActiveX functions included by TLB-interface
Hi
How can I call ActiveX functions in Delphi, which I've imported by a The TLB file is: _uctSeriell = interface(IDispatch) In my program-file I use: var procedure Init At the beginning of the program, the address of 'COMActiveX' is NULL. Thank you -- |