Data.Cloud.CloudAPI.TCloudService.SortHeaders
Delphi
procedure SortHeaders(const Headers: TStringList); virtual;
C++
virtual void __fastcall SortHeaders(System::Classes::TStringList* const Headers);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp |
Data.Cloud.CloudAPI | TCloudService |
Description
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.