Vcl.DBOleCtl.TDBOleControl.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDBOleControl(void);

Properties

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

Description

Destroys an instance of TDBOleControl.

Do not call Destroy. Instead call Free, which calls Destroy if this TDBOleControl reference is not nil.

See Also