FireDAC.Comp.UI.TFDGUIxErrorDialog.OnShow
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp
| |
| Unit: FireDAC.Comp.UI | |
| Parent: TFDGUIxErrorDialog | |
Delphi
property OnShow: TFDGUIxErrorDialogEvent read FOnShow write FOnShow;
C++
__property Firedac::Ui::Intf::TFDGUIxErrorDialogEvent OnShow = {read=FOnShow, write=FOnShow};
Description
Occurs before the dialog is displayed.
Use the OnShow event to specify the actions to be performed before the dialog is displayed.