Character.IsSymbol
From RAD Studio VCL Reference
Contents |
Delphi Information
From Character.pas
function IsSymbol(C: Char): Boolean; overload; function IsSymbol(const S: string; Index: Integer): Boolean; overload;
Unit: Character
Type: function
Visibility: public
C++ Information
From Character.hpp
bool __fastcall IsSymbol(wchar_t C);
Unit: Character
Type: function
Description
Determines whether a UTF-16 character is defined as a symbol in the Unicode specifications.
Returns true if the UTF-16 character is defined as a symbol in the Unicode specifications.
See Also
Code Samples