Data.DBXCommon.TDBXCommunicationLayer.ConnectTimeout

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXCommunicationLayer

Delphi

property ConnectTimeout: Integer read GetConnectTimeout write SetConnectTimeout;

C++

__property int ConnectTimeout = {read=GetConnectTimeout, write=SetConnectTimeout, nodefault};

Description

Specifies the maximum number of milliseconds for the connection to be established.

The ConnectTimeout property specifies the maximum wait time for the connection to be established, in milliseconds. However, a value of 0 means an indefinite wait time for the connection to be established.

See Also