FireDAC.Comp.UI.TFDGUIxScriptDialog.OnPause
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp
| |
| Unit: FireDAC.Comp.UI | |
| Parent: TFDGUIxScriptDialog | |
Delphi
property OnPause: TFDGUIxScriptPauseEvent read FOnPause write FOnPause;
C++
__property Firedac::Ui::Intf::TFDGUIxScriptPauseEvent OnPause = {read=FOnPause, write=FOnPause};
Description
Fired when a script executes a PAUSE command.
Write an event handler for the OnPause event to specify the required actions to be performed to show APrompt to the user, pause a script execution and continue on user request.