Hi there,
I'm currently developing an AciveX-component. A customer who wants to develop with that object uses Delphi. Is it possible to design my ActiveX-component to be also used by Delphi-programmers?
Thanx in advance
Printable View
Hi there,
I'm currently developing an AciveX-component. A customer who wants to develop with that object uses Delphi. Is it possible to design my ActiveX-component to be also used by Delphi-programmers?
Thanx in advance
That's the great thing about ActiveX components, they can be used with any platform or container that supports activeX, and Delphi does support it.
You'll also have to distribute the PropPag.dll file so the property pages for your component work.
- gaffa