REST.Client.TCustomRESTRequest.DoPrepareQueryString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Encodes the specified list of parameters for a URL and appends those parameters to the specified URL.

See Also