Data.DBXCommon.TDBXCommunicationLayer.SetConnectTimeout
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXCommunicationLayer |
Delphi
procedure SetConnectTimeout(Duration: Integer); virtual;
C++
virtual void __fastcall SetConnectTimeout(int Duration);
Description
Sets the wait time for the connection to be established.
The SetConnectTimeout method sets the wait time for the connection to be established, in milliseconds. The SetConnectTimeout is only accessible to the TDBXCommunicationLayer class and its descendants.