RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBError.SubCode Property

Indicates the subcode of the error referenced by ErrorCode.

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!