Show: Delphi
C++
Display Preferences
System.Character.TCharacter
From XE2 API Documentation
Delphi
TCharacter = class sealed
C++
class PASCALIMPLEMENTATION TCharacter/* [[sealed]] */ : public System::TObject
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | System.Character.pas System.Character.hpp |
System.Character | System.Character |
Description
TCharacter provides class functions for the conversion and identification of Unicode characters.
Use TCharacter functions to:
- Convert Unicode characters from UTF-32 to UTF-16 and back.
- Identify the type of a character: letter, digit, punctuation, and so on.
TCharacter uses the latest definitions of Unicode character type data as defined by unicode.org. You should not instantiate TCharacter; it contains only class functions.