Data.Cloud.AmazonAPI.TAmazonBasicService.SortQueryParameters

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonBasicService

Delphi

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

C++

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

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