Data.DBXCommon.TDBXCommand.CommandTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CommandTimeout: Integer read GetCommandTimeout write SetCommandTimeout;

C++

__property int CommandTimeout = {read=GetCommandTimeout, write=SetCommandTimeout, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXCommand

Description

Time-out value for the execution of a command.

Time-out value for the execution of a command. Not all drivers support this. Time in seconds to wait for a command to execute.