FireDAC.Comp.UI.TFDGUIxScriptDialog.OnShow
[–] Properties | |
---|---|
Type: event | |
Visibility: published | |
Source: FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp
| |
Unit: FireDAC.Comp.UI | |
Parent: TFDGUIxScriptDialog |
Delphi
property OnShow: TNotifyEvent read FOnShow write FOnShow;
C++
__property System::Classes::TNotifyEvent OnShow = {read=FOnShow, write=FOnShow};
Description
Fired before the dialog is displayed.
Write an event handler for the OnShow event to specify the actions to be performed before the dialog is displayed.