Bde.DBTables.TDBError.SubCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SubCode: Byte read GetSubCode;

C++

__property System::Byte SubCode = {read=GetSubCode, nodefault};

Properties

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

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).

See Also