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