Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.Values

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

Delphi

property Values[const Name: string]: string read GetValue;

C++

__property System::UnicodeString Values[const System::UnicodeString Name] = {read=GetValue};

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IHeaderList


説明

HTTP ヘッダー フィールドの値を表します。

関連項目