System.Generics.Defaults.TDelegatedComparer.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
System.Generics.Defaults.pas
System.Generics.Defaults.hpp
System.Generics.Defaults TDelegatedComparer


説明

TDelegatedComparer の新しいインスタンスを作成します。

Create メソッドを使用すると、TDelegatedComparer クラスの新しいインスタンスを作成できます。 ACompare は、すべての比較要求を処理する TComparison ルーチンへの参照です。

関連項目

コード サンプル