RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBError.Category Property

Indicates the category of error referenced by ErrorCode.

Pascal
property Category: Byte;
C++
__property Byte Category;

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!