FireDAC.Comp.UI.TFDGUIxScriptDialog

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp
| |
Unit: FireDAC.Comp.UI | |
Parent: FireDAC.Comp.UI |
Delphi
TFDGUIxScriptDialog = class(TFDGUIxComponent, IFDGUIxScriptDialog)
C++
class PASCALIMPLEMENTATION TFDGUIxScriptDialog : public TFDGUIxComponent
Description
This dialog shows a SQL script execution progress.
Use TFDGUIxScriptDialog in FireDAC GUI applications to display SQL script execution progress. The dialog allows:
- To see that a script is executing.
- To see what part of a script is executing.
- To see how much of the job remains to perform.
- To cancel script execution.
TFDScript automatically shows the dialog when the TFDScript.ScriptDialog property is set to the dialog instance.
To use the dialog, drop it on a form or a data module. All additional setups are optional.
TFDGUIxScriptDialog has forms, FMX, and console implementations. Use the Provider property to select the desired implementation.
See Also