Datasnap.DSHTTPCommon.TDSHTTPResponse.SetResponseNo

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSHTTPResponse

Delphi

procedure SetResponseNo(const Value: Integer); virtual; abstract;

C++

virtual void __fastcall SetResponseNo(const int Value) = 0 ;

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