RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOQuery.CommandTimeout Property

Specifies amount of time to attempt execution of a command.

Pascal
property CommandTimeout: Integer;
C++
__property int CommandTimeout;

Use CommandTimeout to specify the amount of time that expires before an attempt to execute a command is considered unsuccessful. Measured in seconds, the default value for CommandTimeout is 30. 

If a command is successfully executed prior to the expiration of the seconds specified, CommandTimeout has no effect. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!