System.Character.GetUnicodeCategory
Delphi
function GetUnicodeCategory(C: Char): TUnicodeCategory;
function GetUnicodeCategory(C: UCS4Char): TUnicodeCategory;
function GetUnicodeCategory(const S: string; Index: Integer): TUnicodeCategory;
C++
extern DELPHI_PACKAGE TUnicodeCategory __fastcall GetUnicodeCategory(System::WideChar C)/* overload */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.Character.pas System.Character.hpp |
System.Character | System.Character |
Description
Avertissement : GetUnicodeCategory est obsolète. Veuillez utiliser TCharHelper.GetUnicodeCategory.
Détermine la catégorie Unicode d'un caractère UTF-16.
Renvoie la catégorie Unicode du caractère UTF-16.
Voir aussi