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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!