Icon BeforeExecute Event

property BeforeExecute: TNotifyEvent

Usage

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