Data.DBXCommon.TDBXCommunicationLayer.GetConnectTimeout

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetConnectTimeout: Integer; virtual;

C++

virtual int __fastcall GetConnectTimeout();

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.

See Also