Bde.DBTables.EDBEngineError.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: EDBEngineError

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~EDBEngineError();

Description

Disposes of the EDBEngineError instance and each TDBError instance.

Destroy first disposes of each TDBError instance referenced in the Errors property, then calls the inherited destructor to dispose of the EDBEngineError instance itself.

See Also