Vcl.DBCtrls.TDBRichEdit.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDBRichEdit();

Properties

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

Description

Destroys an instance of TDBRichEdit.

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

Destroy frees the helper objects of the TDBRichEdit before calling the inherited destructor.

See Also