Bde.DBTables.TDBError.ErrorCode

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ErrorCode: DBIResult read FErrorCode;

C++

__property Bde::DBIResult ErrorCode = {read=FErrorCode, nodefault};

Description

Indicates the error code returned by the BDE.

Use ErrorCode to determine the error code returned by the BDE. The value of ErrorCode is the combination of the high byte of the BDE error code (also in the Category property) and the low byte (in the SubCode property).

See Also