System.Character.TCharacter.GetUnicodeCategory

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function GetUnicodeCategory(C: Char): TUnicodeCategory; overload; inline; static;
class function GetUnicodeCategory(C: UCS4Char): TUnicodeCategory; overload; inline; static;
class function GetUnicodeCategory(const S: string; Index: Integer): TUnicodeCategory; overload; inline; static;

C++

static TUnicodeCategory __fastcall GetUnicodeCategory(System::WideChar C)/* overload */;
static TUnicodeCategory __fastcall GetUnicodeCategory(unsigned C)/* overload */;
static TUnicodeCategory __fastcall GetUnicodeCategory(const System::UnicodeString S, int Index)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Character.pas
System.Character.hpp
System.Character TCharacter


Description

Renvoie la catégorie Unicode du caractère UTF-16 fourni.

Le paramètre C peut être spécifié en tant que Char ou UCS4Char. Vous pouvez alternativement fournir une chaîne et l'index du caractère dans cette chaîne.

Voir aussi

Exemples de code