Alias for TCharacter.GetUnicodeCategory.
Source position: character.pas line 298
function GetUnicodeCategory( |
AChar: UnicodeChar |
):TUnicodeCategory; overload; |
const AString: UnicodeString; |
AIndex: Integer |
):TUnicodeCategory; overload; |
aChar: UCS4Char |
):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. |
aChar |
|
UTF16 Character. |
GetUnicodeCategory is a shortcut for TCharacter.GetUnicodeCategory.
|
Get the Unicode category of a character. |