Bde.DBTables.TDBError.Category

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 Category: Byte read GetCategory;

C++

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

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