API:Data.Cloud.AmazonAPI.TAmazonService.SortHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SortHeaders(const Headers: TStringList); override;

C++

virtual void __fastcall SortHeaders(System::Classes::TStringList* const Headers);

Properties

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

Description

Sorts the given list of headers.

Data.Cloud.AmazonAPI.TAmazonService.SortHeaders inherits from Data.Cloud.CloudAPI.TCloudService.SortHeaders. All content below this line refers to Data.Cloud.CloudAPI.TCloudService.SortHeaders.

Sorts the given list of headers.

Extend SortHeaders if you want to modify how the list is sorted.

The Headers parameter represents the list of headers to sort.

See Also