Data.Cloud.CloudAPI.TCloudService.SortQueryParameters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SortQueryParameters(const QueryParameters: TStringList; ForURL: Boolean); virtual;

C++

virtual void __fastcall SortQueryParameters(System::Classes::TStringList* const QueryParameters, bool ForURL);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudService

Description

Sorts the given list of query parameters.

Extend SortQueryParameters if you want to modify how the list is sorted, or to modify its contents.

The following table shows the significance of the parameters:

Parameter Description

QueryParameters

List of parameters to sort.

ForURL

Set to True if these are used in a URL and to False if they are used in a StringToSign.

See Also