Datasnap.DSHTTP.TDSHTTPResponseIndy.SetResponseNo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetResponseNo(const Value: Integer); override;

C++

virtual void __fastcall SetResponseNo(const int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPResponseIndy

Description

Sets the value of the ResponseNo property to the one specified through the parameter.

The SetResponseNo method is the write implementation of the ResponseNo property.

See Also