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