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