RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXError.Create Constructor

Create a TDBXError instance.

Pascal
constructor Create(ErrorCode: TDBXErrorCode; const ErrorMessage: WideString);
C++
__fastcall TDBXError(TDBXErrorCode ErrorCode, const BSTR ErrorMessage);

Create creates and initializes an instance of the TDBXErrorclass, the exception class for the dbExpress framework. New exceptions you create should inherit from TDBXError

 

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