IsSurrogatePair
Alias for TCharacter.IsSurrogatePair
Declaration
Source position: character.pas line 166
  function IsSurrogatePair(const AHighSurrogate: UnicodeChar; 
                          const ALowSurrogate: UnicodeChar) : Boolean
                          ;  Overload;
  function IsSurrogatePair(const AString: UnicodeString; AIndex: Integer)
                           : Boolean;  Overload;
Description
IsSurrogatePair is a shortcut for TCharacter.IsSurrogatePair
See also
| Name | Description | 
|---|---|
| TCharacter.IsSurrogatePair | Check if a pair of characters is a set of high/low surrogate characters |