Data.Cloud.AmazonAPI.TAmazonBasicService.SortQueryParameters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonBasicService

Description

Sorts the query parameters by name.

SortQueryParameters keeps AWSAccessKeyId at the beginning of the list.

The following table shows the significance of the parameters:

Parameter Description

QueryParameters

The list of parameters to sort.

ForURL

True if the parameters are for use in a URL, False otherwise.

See Also