FireDAC.Comp.UI.TFDGUIxAsyncExecuteDialog

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp
| |
Unit: FireDAC.Comp.UI | |
Parent: FireDAC.Comp.UI |
Delphi
TFDGUIxAsyncExecuteDialog = class(TFDGUIxComponent, IFDGUIxAsyncExecuteDialog)
C++
class PASCALIMPLEMENTATION TFDGUIxAsyncExecuteDialog : public TFDGUIxComponent
Description
This dialog shows a SQL query execution progress.
Use TFDGUIxAsyncExecuteDialog in FireDAC GUI applications to display SQL query execution progress. The dialog allows:
- To see that a query is executing.
- To cancel query execution.
TFDQuery automatically shows the dialog when TFDResourceOptions.CmdExecMode is set to amCancelDialog
. This mode allows for the execution of a single query at a time.
To use the dialog, drop it on a form or a data module. All additional setups are optional.
TFDGUIxAsyncExecuteDialog has forms and FMX implementations. Use the Provider property to select the desired implementation.
See Also