System.Char
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 may be changed in future releases.