REST.Client.TRESTRequestParameterList.CreateURLSegmentsFromString

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

Delphi

function CreateURLSegmentsFromString(const AUrlPath: string): Boolean;

C++

bool __fastcall CreateURLSegmentsFromString(const System::UnicodeString AUrlPath);

プロパティ

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


説明

文字列 URL から HTTP セグメント パラメータを作成します。

CreateURLSegmentsFromString では、URL(AUrlPath)に含まれているパラメータを抽出し、新しい項目(名前と値のペア)を URL セグメント パラメータ要求に追加します。

関連項目