Data.Cloud.CloudAPI.TCloudService.SortQueryParameters
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
Unit: Data.Cloud.CloudAPI | |
Parent: TCloudService |
Delphi
procedure SortQueryParameters(const QueryParameters: TStringList; ForURL: Boolean); virtual;
C++
virtual void __fastcall SortQueryParameters(System::Classes::TStringList* const QueryParameters, bool ForURL);
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 |
---|---|
|
List of parameters to sort. |
|
Set to |