Occurs before executing insert, delete, update, lock and refresh operation.
property BeforeUpdateExecute: TMyUpdateExecuteEvent;
The BeforeUpdateExecute event occurs before executing insert, delete, update, lock and refresh operation. You can use BeforeUpdateExecute to set parameters of corresponding statements.