FireDAC.Comp.UI.TFDGUIxScriptDialog

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDGUIxScriptDialog = class(TFDGUIxComponent, IFDGUIxScriptDialog)

C++

class PASCALIMPLEMENTATION TFDGUIxScriptDialog : 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 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