Bde.DBTables.EDBEngineError.Errors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Errors[Index: Integer]: TDBError read GetError;

C++

__property TDBError* Errors[int Index] = {read=GetError};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables EDBEngineError

Description

Lists the entire Borland Database Engine error stack.

Errors is an index of TDBError objects. The first error has an index value of 0.

See Also