Datasnap.DSHTTPCommon.TDSHTTPResponse.ResponseNo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResponseNo: Integer read GetResponseNo write SetResponseNo;

C++

__property int ResponseNo = {read=GetResponseNo, write=SetResponseNo, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

Description

Represents the response code received in an HTTP response.

The ResponseNo property specifies the numeric response code received in an HTTP response.

See Also