| [Overview][Types][Classes][Procedures and functions][Index] | 
Alias for TCharacter.IsSurrogatePair
Source position: character.pas line 166
| function IsSurrogatePair( | 
| const AHighSurrogate: UnicodeChar; | 
| const ALowSurrogate: UnicodeChar | 
| ):Boolean; overload; | 
| const AString: UnicodeString; | 
| AIndex: Integer | 
| ):Boolean; overload; | 
| AHighSurrogate | 
 | High surrogate character in pair | 
| ALowSurrogate | 
 | Low surrogate character in pair | 
True if AHighSurrogate and ALowSurrogate form a valid unicode surrogate pair
| AString | 
 | String containing UTF-16 encoded characters | 
| AIndex | 
 | Index of UTF16 encoded character in AString to be checked. | 
IsSurrogatePair is a shortcut for TCharacter.IsSurrogatePair
| 
 | Check if a pair of characters is a set of high/low surrorgate characters |