Bde.DBTables.EDBEngineError.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~EDBEngineError(void);

Properties

Type Visibility Source Unit Parent
destructor public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables 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