FireDAC.Comp.UI.TFDGUIxAsyncExecuteDialog

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.UI.TFDGUIxComponentFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDGUIxAsyncExecuteDialog

Delphi

TFDGUIxAsyncExecuteDialog = class(TFDGUIxComponent, IFDGUIxAsyncExecuteDialog)

C++

class PASCALIMPLEMENTATION TFDGUIxAsyncExecuteDialog : public TFDGUIxComponent

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI FireDAC.Comp.UI

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