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

IsControl

Alias for TCharacter.IsControl

Declaration

Source position: character.pas line 156

function IsControl(

  AChar: UnicodeChar

):Boolean; overload;

function IsControl(

  const AString: UnicodeString;

  AIndex: Integer

):Boolean; overload;

Arguments

AChar

  

UTF16 Character

Function result

True if the indicated character has category ucControl

Arguments

AString

  

String containing UTF-16 encoded characters

AIndex

  

Index of UTF16 encoded character in AString to be checked.

Description

IsControl is a shortcut for TCharacter.IsControl.

See also

TCharacter.IsControl

  

Check whether a Unicode character is a Unicode control character


Documentation generated on: May 14 2021