Show: Delphi C++
Display Preferences

System.Char

From XE2 API Documentation
Jump to: navigation, search

Delphi

type Char = WideChar;

C++

typedef WideChar             Char;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
sysmac.h
System System

Description

Represents a word-sized (16-bits) character type.

Char is the equivalent of the WideChar type (because the default string type is UnicodeString). The implementation of Char can be changed in future releases.

See Also

Personal tools
Previous Versions
Translations