Vcl.DBCtrls.TDBEdit.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDBEdit(void);

Properties

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

Description

Destroys an instance of TDBEdit.

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

Destroy overrides the inherited destructor to free the helper objects that were allocated to manage display issues and database interactions.

See Also