Data.DBXCommon.TDBXCommunicationLayer.SetConnectTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetConnectTimeout(Duration: Integer); virtual;

C++

virtual void __fastcall SetConnectTimeout(int Duration);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXCommunicationLayer

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.

See Also