Bde.DBTables.TDBError.Category

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Category: Byte read GetCategory;

C++

__property System::Byte Category = {read=GetCategory, nodefault};

Properties

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

Description

Indicates the category of error referenced by ErrorCode.

Category contains the high byte of the BDE error code. Combined with the low byte of the BDE error code (in the SubCode property) this produces the whole BDE error code (also contained in the ErrorCode property).

See Also