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

IsLowSurrogate

Alias for TCharacter.IsLowSurrogate

Declaration

Source position: character.pas line 164

function IsLowSurrogate(

  AChar: UnicodeChar

):Boolean; overload;

function IsLowSurrogate(

  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 low 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

IsLowSurrogate is a shortcut for TCharacter.IsLowSurrogate

See also

TCharacter.IsLowSurrogate

  

Check whether a unicode character is a surrogate in the low range


Documentation generated on: Nov 14 2015