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