Bde.DBTables.TBDECallback.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBDECallback

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~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