Bde.DBTables.EDBEngineError.Errors
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: EDBEngineError |
Delphi
property Errors[Index: Integer]: TDBError read GetError;
C++
__property TDBError* Errors[int Index] = {read=GetError};
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.