System.Character.TCharHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCharHelper = record helper for Char

C++

struct TCharHelper /* Helper for WideChar 'System::WideChar' */;

Properties

Type Visibility Source Unit Parent
helper
class
public
System.Character.pas
System.Character.hpp
System.Character System.Character

Description

TCharHelper is a record helper that provides functions for the conversion and identification of Unicode characters.

Use TCharHelper functions to:

  • Convert Unicode characters from UTF-32 to UTF-16, and backwards.
  • Identify the type of a character: letter, digit, punctuation, and so on.

TCharHelper uses the latest definitions of Unicode character type data as defined by unicode.org.

See Also