REST.Client.TCustomRESTRequest.Params

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

Delphi

property Params: TRESTRequestParameterList read GetParams write SetParams;

C++

__property TRESTRequestParameterList* Params = {read=GetParams, write=SetParams};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


説明

要求で渡される HTTP パラメータのコンテナを指定します。

パラメータの既存の種類については、TRESTRequestParameter.Kind のリファレンスを参照してください。

関連項目