Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetResponseNo
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: class protected | |
| Source: Datasnap.DSHTTPWebBroker.pas Datasnap.DSHTTPWebBroker.hpp
| |
| Unit: Datasnap.DSHTTPWebBroker | |
| Parent: TDSHTTPResponseWebBroker | |
Delphi
procedure SetResponseNo(const Value: Integer); override;
C++
virtual void __fastcall SetResponseNo(const int Value);
Description
Sets the value of the ResponseNo property to the one specified through the parameter.
Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetResponseNo inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.SetResponseNo. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.SetResponseNo.
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.