GetUnicodeCategory
Alias for TCharacter.GetUnicodeCategory
Declaration
Source position: character.pas line 154
  function GetUnicodeCategory(AChar: UnicodeChar) : TUnicodeCategory
                             ;  Overload;
  function GetUnicodeCategory(const AString: UnicodeString; 
                             AIndex: Integer) : TUnicodeCategory
                             ;  Overload;
Description
GetUnicodeCategory is a shortcut for TCharacter.GetUnicodeCategory .
See also
| Name | Description | 
|---|---|
| TCharacter.GetUnicodeCategory | Get the Unicode category of a character |