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;
Description
IsControl is a shortcut for TCharacter.IsControl .
See also
| Name | Description | 
|---|---|
| TCharacter.IsControl | Check whether a Unicode character is a Unicode control character |