| [Overview][Types][Classes][Procedures and functions][Index] | 
Alias for TCharacter.GetUnicodeCategory
Source position: character.pas line 154
| function GetUnicodeCategory( | 
| AChar: UnicodeChar | 
| ):TUnicodeCategory; overload; | 
| const AString: UnicodeString; | 
| AIndex: Integer | 
| ):TUnicodeCategory; overload; | 
| AChar | 
 | UTF16 Character | 
Unicode category of indicated character
| AString | 
 | String containing UTF-16 encoded characters | 
| AIndex | 
 | Index of UTF16 encoded character in AString to be checked. | 
GetUnicodeCategory is a shortcut for TCharacter.GetUnicodeCategory.
| 
 | Get the unicode category of a character |