AnyDAC
ContentsIndexHome
PreviousUpNext
TADGUIxScriptDialog Class

The dialog showing a SQL script execution progress.

Group
Class Hierarchy
uADCompGUIx_TADGUIxScriptDialoguADCompGUIx_TADGUIxScriptDialog
File

uADCompGUIx

Links

Use the TADGUIxScriptDialog in AnyDAC GUI application 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 job remains to perform;
  • to cancel script execution.

The TADScript will show the dialog automatically, when TADScript.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. 

IADGUIxScriptDialog has Forms, FMX and Console implementations. Use Provider property to select the desired implementation.

TADGUIxScriptDialog = class(TADGUIxComponent, IADGUIxScriptDialog);
What do you think about this topic? Send feedback!