Vcl.AxCtrls.TCustomAdapter.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomAdapter();

Properties

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

Description

Destroys the custom adapter object.

Do not call Destroy directly. Instead, use the Free method, which checks that the adapter is not nil before calling Destroy.

Destroy frees and disconnects the VCL object from an OLE object.

See Also