REST.Client.TRESTRequestParameterList.CreateURLSegmentsFromString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateURLSegmentsFromString(const AUrlPath: string): Boolean;

C++

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

Properties

Type Visibility Source Unit Parent
function public
REST.Client.pas
REST.Client.hpp
REST.Client TRESTRequestParameterList

Description

Creates URL segment parameters from a string URL.

CreateURLSegmentsFromString extracts the parameters that the URL (AUrlPath) contains, and adds a new item (name and value pair) to the URL segment parameter request.

See Also