RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDbEngineErrorDlg.ShowException Method

Displays an EDBEngineError exception in the TDbEngineErrorDlg.

Pascal
function ShowException(Error: EDbEngineError): TModalResult;
C++
__fastcall TModalResult ShowException(EDbEngineError Error);

Call ShowException in an EDBEngineError exception handler to display the exception in a TDbEngineErrorDlg. You can create the TDbEngineErrorDlg in the exception handler itself, or in the initialization section of your application. 

 

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