[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'character' (#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: Nov 14 2015