FireDAC.Phys.IBBase.TFDIBService.QueryTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property QueryTimeout: LongWord read FQueryTimeout write FQueryTimeout default 0;

C++

__property unsigned QueryTimeout = {read=FQueryTimeout, write=FQueryTimeout, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBService

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).

See Also