Datasnap.DSHTTP.TDSHTTPResponseIndy.GetResponseNo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetResponseNo: Integer; override;

C++

virtual int __fastcall GetResponseNo();

Properties

Type Visibility Source Unit Parent
function class protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPResponseIndy

Description

Returns the value of the ResponseNo property.

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

See Also