Data.Cloud.AmazonAPI.TAmazonBasicService.SortQueryParameters
[–] 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 |
---|---|
|
The list of parameters to sort. |
|
True if the parameters are for use in a URL, False otherwise. |