REST.Client.TCustomRESTRequest.DoPrepareQueryString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

void __fastcall DoPrepareQueryString(const System::DynamicArray<TRESTRequestParameter*> AParamList, System::UnicodeString &AURL);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


Description

Code la liste de paramètres spécifiée d'une URL et ajoute ces paramètres à l'URL spécifiée.

Voir aussi