API:Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetResponseNo

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: class protected
Source:
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Unit: Datasnap.DSHTTPWebBroker
Parent: TDSHTTPResponseWebBroker

Delphi

function GetResponseNo: Integer; override;

C++

virtual int __fastcall GetResponseNo();

Description

Returns the value of the ResponseNo property.

Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetResponseNo inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.GetResponseNo. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.GetResponseNo.

Returns the value of the ResponseNo property.

The GetResponseNo method is the read implementation of the ResponseNo property.

See Also