Data.DbxHTTPLayer.TDSHTTPClient.SetReadTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetReadTimeout(AMilisec: Integer); virtual;

C++

virtual void __fastcall SetReadTimeout(int AMilisec);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DbxHTTPLayer.pas
Data.DbxHTTPLayer.hpp
Data.DbxHTTPLayer TDSHTTPClient

Description

Sets the read timeout.

The SetReadTimeout virtual abstract method provides a way of setting the read timeout, in milliseconds.

See Also