System.Generics.Defaults.TDelegatedComparer.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const ACompare: TComparison<T>);

C++

__fastcall TDelegatedComparer__1(const System::DelphiInterface<TComparison__1<T> > ACompare);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.Generics.Defaults.pas
System.Generics.Defaults.hpp
System.Generics.Defaults TDelegatedComparer

Beschreibung

Erstellt eine neue Instanz der Klasse TDelegatedComparer.

Mit der Methode Create erstellen Sie eine neue Instanz der Klasse TDelegatedComparer. ACompare ist eine Referenz auf eine TComparison-Routine, die alle Vergleichsanforderungen behandelt.

Siehe auch

Codebeispiele