RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActiveXControl.Destroy Destructor

Destroys an instance of TActiveXControl.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TActiveXControl();

Do not call Destroy directly in an application. Instead, call Free. Free checks that the ActiveX control reference is not nil before calling Destroy. Destroy frees the resources used to turn the Control into an active X control. It does not destroy the object referenced by the Control property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!