Icon OnProgress Event

property OnProgress: TEDBProgressEvent

Usage

The OnProgress event is fired when a procedure/function is executed via the ExecProc or Open methods and that procedure 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 procedure by setting the Continue parameter to False.

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