Datasnap.DSHTTPCommon.TDSHTTPResponse.GetResponseNo
Delphi
function GetResponseNo: Integer; virtual; abstract;
C++
virtual int __fastcall GetResponseNo() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp |
Datasnap.DSHTTPCommon | TDSHTTPResponse |
Description
Returns the value of the ResponseNo property.
The GetResponseNo method is the read implementation of the ResponseNo property.