REST.Client.TRESTRequestParameterList.CreateURLSegmentsFromString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function CreateURLSegmentsFromString(const AUrlPath: string): Boolean;

C++

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

Propriétés

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


Description

Crée les paramètres du segment URL à partir d'une URL chaîne.

CreateURLSegmentsFromString extrait les paramètres contenus dans l'URL (AUrlPath) et ajoute un nouvel élément (paire nom/valeur) à la requête de paramètres du segment URL.

Voir aussi