System.Generics.Defaults.TIStringComparer

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

System.Generics.Defaults.TCustomComparerSystem.Generics.Defaults.TSingletonImplementationSystem.TObjectTIStringComparer

Delphi

TIStringComparer = class(TCustomComparer<string>)

C++

class PASCALIMPLEMENTATION TIStringComparer : public TCustomComparer__1<System::UnicodeString>

プロパティ

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

説明

ジェネリックな文字列比較クラスを表します。


Ordinal メソッドを使用すると、大文字/小文字を区別する文字列比較を実行する TStringComparer オブジェクトを取得できます。

関連項目