Vcl.DBCtrls.TDBLookupControl.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDBLookupControl();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBLookupControl

Description

Destroys an instance of TDBLookupControl.

Do not call Destroy directly in an application. Instead, call Free. Free checks that the TDBLookupControl reference is not nil and only then calls Destroy.

See Also