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