Data.DbxHTTPLayer.TDSHTTPClient.ResponseCode

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ResponseCode: Integer read GetResponseCode;

C++

__property int ResponseCode = {read=GetResponseCode, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DbxHTTPLayer.pas
Data.DbxHTTPLayer.hpp
Data.DbxHTTPLayer TDSHTTPClient

説明

HTTP 応答で受信した数値コードを表します。

ResponseCode プロパティは、HTTP 応答で受信した数値コードを示します。

関連項目