Occurs when taking a specific action before executing the current SQL statement is needed.
property BeforeExecute: TBeforeStatementExecuteEvent;
Write the BeforeExecute event handler to take specific action before executing the current SQL statement. SQL holds text of the current SQL statement. Write SQL to change the statement that will be executed. Set Omit to True to skip statement execution.