|
AnyDAC
|
The dialog showing a SQL script execution progress.
uADCompGUIx
Use the TADGUIxScriptDialog in AnyDAC GUI application to display SQL script execution progress. The dialog allows:
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!
|