Datasnap.DSHTTPCommon.TDSHTTPResponse.GetResponseNo

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetResponseNo: Integer; virtual; abstract;

C++

virtual int __fastcall GetResponseNo() = 0 ;

Description

Returns the value of the ResponseNo property.

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

See Also