RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXError Class

Exception type for all dbExpress framework (TDBX) errors.

Pascal
TDBXError = class(Exception);
C++
class TDBXError : public Exception;

DBXCommon

In general, methods in the dbExpress framework (TDBX) raise exceptions rather than return error codes. TDBXError is the exception class for all TDBX errors. 

 

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