Waits until TCustomDASQL executes a SQL statement.
Class
TCustomDASQL
Syntax
function WaitExecuting(TimeOut: integer = 0): boolean;
Parameters
TimeOut
Holds the time in seconds to wait while TCustomDASQL executes the SQL statement. Zero means infinite time.
Return Value
True, if the execution of a SQL statement was completed in the preset time.
Remarks
Call the WaitExecuting method to wait until TCustomDASQL executes a SQL statement. Use the WaitExecuting method for nonblocking execution.
See Also