System.Net.URLClient.TCredentialsStorage.SortCredentials

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function SortCredentials(const ACredentials: TCredentialArray): TCredentialArray;

C++

__classmethod System::DynamicArray<TCredential> __fastcall SortCredentials(const System::DynamicArray<TCredential> ACredentials);

Properties

Type Visibility Source Unit Parent
function public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TCredentialsStorage

Description

Sorts the ACredentials array.

The SortCredentials method uses the FCredComparer for sorting the ACredentials.

See Also