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