System.Generics.Defaults.TIStringComparer

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Delphi

TIStringComparer = class(TCustomComparer<string>)

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.Generics.Defaults.pas
System.Generics.Defaults.hpp
System.Generics.Defaults System.Generics.Defaults

Description

Représente un comparateur de chaînes génériques.

Utilisez la méthode Ordinal pour obtenir un objet TStringComparer qui effectue une comparaison de chaînes sensible à la casse.

Voir aussi