Bde.DBTables.TDBError.SubCode
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: TDBError |
Delphi
property SubCode: Byte read GetSubCode;
C++
__property System::Byte SubCode = {read=GetSubCode, nodefault};
Description
Indicates the subcode of the error referenced by ErrorCode.
SubCode contains the low byte of the BDE error code. Combined with the high byte of the BDE error code (in the Category property) this produces the whole BDE error code (also contained in the ErrorCode property).