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