Icon AfterExecute Event

property AfterExecute: TNotifyEvent

Usage

The AfterExecute event is fired after the execution of any SQL statement using the ExecSQL or Open method. If executing multiple SQL statements in a script, the AfterExecute event will fire after each SQL statement in the script.
Image