RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCharacter.GetUnicodeCategory Method (Char)

Determines the Unicode category of a UTF-16 character.

Pascal
class function GetUnicodeCategory(C: Char): TUnicodeCategory; overload; static;
class function GetUnicodeCategory(const S: string; Index: Integer): TUnicodeCategory; overload; static;
C++
static __fastcall TUnicodeCategory GetUnicodeCategory(Char C);
static __fastcall TUnicodeCategory GetUnicodeCategory(const AnsiString S, int Index);

Returns the Unicode category of the UTF-16 character. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!