Icon OnProgress Event

property OnProgress: TEDBProgressEvent

Usage

The OnProgress event is fired when a script is executed via the ExecScript or Open methods and that script generates progress. Assign an event handler to the OnProgress event to display the progress in your application and to, optionally, abort the execution of the script by setting the Continue parameter to False.

Information Whether a script aborts its execution when setting the Continue parameter to False depends completely upon the script code. The script can choose to completely ignore the request to abort execution.
Image