Data.DbxHTTPLayer.TDSHTTPClient.GetResponseCode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DbxHTTPLayer.pas
Data.DbxHTTPLayer.hpp
Unit: Data.DbxHTTPLayer
Parent: TDSHTTPClient

Delphi

function GetResponseCode: Integer; virtual; abstract;

C++

virtual int __fastcall GetResponseCode() = 0 ;

Description

Returns the value of the ResponseCode property.

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

See Also