System.WideChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type WideChar = #0..#65535;

C++

typedef wchar_t              WideChar;         // Unicode character

Properties

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

Description

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

WideChar values are word-sized (16-bits) characters ordered according to the Unicode character set. The first 256 Unicode characters correspond to the ANSI characters.

See Also