| [Overview][Types][Classes][Procedures and functions][Index] | 
Alias for TCharacter.IsWhiteSpace
Source position: character.pas line 184
function IsWhiteSpace(  | 
AChar: UnicodeChar  | 
):Boolean; overload;  | 
const AString: UnicodeString;  | 
AIndex: Integer  | 
):Boolean; overload;  | 
AChar  | 
  | 
UTF16 Character  | 
True if the indicated Unicode character is a whitespace character
AString  | 
  | 
String containing UTF-16 encoded characters  | 
AIndex  | 
  | 
Index of UTF16 encoded character in AString to be checked.  | 
IsWhiteSpace is a shortcut for TCharacter.IsWhiteSpace
  | 
Check whether a Unicode character is a whitespace character  |