Icon OnProgress Event

property OnProgress: TEDBProgressEvent

The OnProgress event is fired when a trigger is executed on the table and that trigger 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 trigger by setting the Continue parameter to False.

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