[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Character' (#rtl)

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;

Arguments

AChar

  

UTF16 Character

Function result

True if the indicated character has category ucSurrogate and is in the high range of the surrogate characters.

Arguments

AString

  

String containing UTF-16 encoded characters

AIndex

  

Index of UTF16 encoded character in AString to be checked.

Description

IsHighSurrogate is a shortcut for TCharacter.IsHighSurrogate

See also

TCharacter.IsHighSurrogate

  

Check whether a Unicode character is a surrogate in the high range


Documentation generated on: May 14 2021