Vcl.AxCtrls.TActiveFormControl.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TActiveFormControl();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveFormControl

Description

Destroys an instance of TActiveXControl.

Vcl.AxCtrls.TActiveFormControl.Destroy inherits from Vcl.AxCtrls.TActiveXControl.Destroy. All content below this line refers to Vcl.AxCtrls.TActiveXControl.Destroy.

Destroys an instance of 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.

See Also