IsHighSurrogate
Alias for TCharacter.IsHighSurrogate
Declaration
Source position: character.pas line 162
function IsHighSurrogate(AChar: UnicodeChar) : Boolean; Overload;
function IsHighSurrogate(const AString: UnicodeString; AIndex: Integer)
: Boolean; Overload;
Description
IsHighSurrogate is a shortcut for TCharacter.IsHighSurrogate
See also
Name | Description |
---|---|
TCharacter.IsHighSurrogate | Check whether a Unicode character is a surrogate in the high range |