FireDAC.Comp.UI.TFDGUIxScriptDialog.OnPause

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPause: TFDGUIxScriptPauseEvent read FOnPause write FOnPause;

C++

__property Firedac::Ui::Intf::TFDGUIxScriptPauseEvent OnPause = {read=FOnPause, write=FOnPause};

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxScriptDialog

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.

See Also