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

IsSymbol

Alias for TCharacter.IsSymbol

Declaration

Source position: character.pas line 180

function IsSymbol(

  AChar: UnicodeChar

):Boolean; overload;

function IsSymbol(

  const AString: UnicodeString;

  AIndex: Integer

):Boolean; overload;

Arguments

AChar

  

UTF16 Character

Function result

True if the indicated characters is a symbol character

Arguments

AString

  

String containing UTF-16 encoded characters

AIndex

  

Index of UTF16 encoded character in AString to be checked.

Description

IsSymbol is a shortcut for TCharacter.IsSymbol

See also

TCharacter.IsSymbol

  

Check if a Unicode character is a symbol character


Documentation generated on: May 14 2021