 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
amith Guest
|
Posted: Thu Oct 16, 2003 12:56 pm Post subject: ActiveX Control wizard |
|
|
Hello all,
I have a component derived from TWinControl as shown below. I want to
convert it to an ActiveX using the ActiveX control wizard. But the component
does not show up in the list of VCL classes in the ActiveX control wizard.
This the case in Delphi 7.
The same component when tried in Delphi 6. Its fine.
TgtMyComponentXX = class(TWinControl)
private
{ Private declarations }
FMyComponent: TMyComponent;
function GetName(): string;
procedure SetName(Name: string); reintroduce;
protected
{ Protected declarations }
public
{ Public declarations }
property Name: string read GetName write SetName;
constructor Create(AOwner: TComponent); override;
destructor Destroy; override;
published
{ Published declarations }
end;
What do i do to get the class listed in ActiveX control wizard of Delphi 7.
Please suggest.
Cheers,
--
Amith.
Gnostice Information Technologies
http://www.gnostice.com
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|