FireDAC.Phys.IBBase.TFDIBService.ConnectTimeout
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
| Unit: FireDAC.Phys.IBBase | |
| Parent: TFDIBService | |
Delphi
property ConnectTimeout: LongWord read FConnectTimeout write FConnectTimeout default 0;
C++
__property System::LongWord ConnectTimeout = {read=FConnectTimeout, write=FConnectTimeout, default=0};
Description
Specifies the connection timeout of the service manager.
Use the ConnectTimeout property to specify the timeout (in seconds) for connecting to a service manager. The default value is 0 and means no timeout.