I am trying to create an ActiveX control from my own component, which
is a descendant of TCustomControl.
The component is installed in a package, is available from the tool
palette and works correctly when used in my own Win32 VCL app.
I have enabled the ActiveX control wizard, but my own control does not
appear in the VCL Class Name drop-down list.
I am using Delphi 2007 for Win32 R2 version 11.0.2902.10471.
I tested this process originally with the trial version of RAD studio,
and was able to successfully create an OCX that is currently happily
working in a C# project. This is the first time I have tried to repeat
the process since upgrading to RAD Studio, as I need to add extra
functionality to the control.
Can anybody confirm the problem / provide a workaround? Since I still
have the original version, is there a way to manually add the new
property to the control and regenerate the OCX?
TIA
Ian