System.Character.TCharHelper
Delphi
TCharHelper = record helper for Char
C++
struct TCharHelper /* Helper for WideChar 'System::WideChar' */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
helper class |
public | System.Character.pas System.Character.hpp |
System.Character | System.Character |
説明
TCharHelper は、Unicode 文字の変換や識別のための関数を提供するレコード ヘルパです。
TCharHelper の関数群を使って以下を行うことができます。
- Unicode 文字を UTF-32 と UTF-16 の間で変換する。
- 英字、数字、句読点など、文字の種類を識別する。
TCharHelper では、unicode.org で規定された Unicode 文字型データの最新の定義を使用します。