REST.Client.TCustomRESTRequest.DoPrepareQueryString

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

Delphi

procedure DoPrepareQueryString(const AParamList: TRESTRequestParameterArray;  AContentType: TRESTContentType; var AURL: string); virtual;

C++

virtual void __fastcall DoPrepareQueryString(const System::DynamicArray<TRESTRequestParameter*> AParamList, Rest::Types::TRESTContentType AContentType, System::UnicodeString &AURL);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


説明

URL のパラメターの指定リストをエンコードし、それらのパラメータを指定された URL に追加します。

次の引数を考慮します:

  • AParamList: リストであり、ここからクエリ パラメータが取得されます。
  • AContentType: TRESTContentType。本文のコンテンツ タイプ。
  • AURL: すべてのパラメータが追加されます。

関連項目