API:Vcl.DBOleCtl.TDBOleControl.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDBOleControl();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.DBOleCtl.pas
Vcl.DBOleCtl.hpp
Vcl.DBOleCtl TDBOleControl

Description

Frees the memory associated with this instance of TOleControl.

Vcl.DBOleCtl.TDBOleControl.Destroy inherits from Vcl.OleCtrls.TOleControl.Destroy. All content below this line refers to Vcl.OleCtrls.TOleControl.Destroy.

Frees the memory associated with this instance of TOleControl.

Do not call Destroy. Instead, call Free, which calls Destroy if this instance of TOleControl is not nil.

See Also