RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCharacter.IsLetterOrDigit Method (Char)

Determines whether a UTF-16 character is defined as a letter or a digit in the Unicode specifications.

Pascal
class function IsLetterOrDigit(C: Char): Boolean; overload; static;
class function IsLetterOrDigit(const S: string; Index: Integer): Boolean; overload; static;
C++
static __fastcall Boolean IsLetterOrDigit(Char C);
static __fastcall Boolean IsLetterOrDigit(const AnsiString S, int Index);

Returns true if the UTF-16 character is defined as a letter or a digit in the Unicode specifications. 

 

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