Bde.DBTables.TBDECallback.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TBDECallback(void);

Properties

Type Visibility Source Unit Parent
destructor public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBDECallback

Description

Unregisters the callback and destroys an instance of TBDECallback.

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

Destroy unregisters the callback before freeing the memory associated with the TBDECallback object. After unregistering the callback, any previous callback of the same type will be reinstated.

See Also