RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Character.IsWhiteSpace Function

Determines whether a UTF-16 character is defined as whitespace in the Unicode specifications.

Pascal
function IsWhiteSpace(C: Char): Boolean; overload;
function IsWhiteSpace(const S: string; Index: Integer): Boolean; overload;
C++
Boolean IsWhiteSpace(Char C);
Boolean IsWhiteSpace(const AnsiString S, int Index);

Returns true if the UTF-16 character is defined as whitespace in the Unicode specifications. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!