FireDAC.Comp.UI.TFDGUIxScriptDialog.OnHide
Delphi
property OnHide: TNotifyEvent read FOnHide write FOnHide;
C++
__property System::Classes::TNotifyEvent OnHide = {read=FOnHide, write=FOnHide};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp |
FireDAC.Comp.UI | TFDGUIxScriptDialog |
Description
Fired after the dialog is hidden.
Write an event handler for the OnHide event to specify the actions to be performed after the dialog is hidden at the end of a script execution.