DAC for MySQL

TMySQLBatchExecute.Methods.AbortExecute

Previous Next

Aborts script execution and returns from ExecSQL() method.

Syntax:

procedure AbortExecute();

Use AbortExecute() method to abort script execution and return from ExecSQL() method as soon as possible. You can call this method from one of components event handlers. Aborted property is set to True after this method call.

See also:ExecSQL() method
Aborted property