Unit 'Character' Package
[Overview][Types][Classes][Procedures and functions][Index] [#rtl]

IsWhiteSpace

Alias for TCharacter.IsWhiteSpace.

Declaration

Source position: character.pas line 184

function IsWhiteSpace(

  AChar: UnicodeChar

):Boolean; overload;

function IsWhiteSpace(

  const AString: UnicodeString;

  AIndex: Integer

):Boolean; overload;

Arguments

AChar

  

UTF16 Character.

Function result

True if the indicated Unicode character is a whitespace character.

Arguments

AString

  

String containing UTF-16 encoded characters.

AIndex

  

Index of UTF16 encoded character in AString to be checked.

Description

IsWhiteSpace is a shortcut for TCharacter.IsWhiteSpace

See also

TCharacter.IsWhiteSpace

  

Check whether a Unicode character is a whitespace character.


Documentation generated on: Jul 24 2023