RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOCommand.CommandTimeout Property

Specifies the amount of time to attempt execution of the command.

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

Use CommandTimeout to indicate the time, in seconds, that can elapse before an attempt to execute the command is considered unsuccessful. 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!