Data.DbxHTTPLayer.TDSHTTPClient.GetResponseCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetResponseCode: Integer; virtual; abstract;

C++

virtual int __fastcall GetResponseCode() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
Data.DbxHTTPLayer.pas
Data.DbxHTTPLayer.hpp
Data.DbxHTTPLayer TDSHTTPClient

Description

Returns the value of the ResponseCode property.

The GetResponseCode method is the read implementation of the ResponseCode property.

See Also