RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDbEngineErrorDlg.FormShow Method

Displays the text for the current exception and its details.

Pascal
procedure FormShow(Sender: TObject);
C++
__fastcall FormShow(TObject * Sender);

Applications should not call FormShow. It is called automatically when the dialog becomes visible. FormShow sets the text for the current exception and, if detail information is showing, displays its details. 

 

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