 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
thxBruin Guest
|
Posted: Mon Nov 24, 2003 9:28 am Post subject: how to terminate the instance of my activex control? |
|
|
I want to terminate the instance of my activex control like this:
procedure TAnimateX.InitializeControl;
begin
//terminate the instance here
FDelphiControl := Control as TAnimate;
FDelphiControl.OnClose := CloseEvent;
FDelphiControl.OnOpen := OpenEvent;
FDelphiControl.OnStart := StartEvent;
FDelphiControl.OnStop := StopEvent;
end;
but i don't know how to stop the instance, any advance?
|
|
| 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
|
|