EPUB | CHM | PDF

TMySQLBatchExecute.Methods.AbortExecute

Top Previous Next

Aborts script execution and returns from ExecSQL method.

Syntax:

procedure AbortExecute;

Description:

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