Board index » delphi » ActiveX Component Set???
Sam
![]() Delphi Developer |
ActiveX Component Set???2003-10-30 10:00:51 PM delphi145 Hi, How can I have a set of ActiveX Controls in a single OCX file? For example, if I have 10 Delphi VCL Components, which I want to convert to OCX, Do I have to build separate OCX for each and every VCL component, or is there a way to create just 1 OCX component, containing all the 10 components? So that when the user installs the OCX, he'll get all the 10 components on his palette at once. Thanks in advance. |