System.WideChar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type WideChar = #0..#65535;

C++

typedef wchar_t              WideChar;         // Unicode character

Propriétés

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


Description

Représente un type caractère sur un mot (16 bits).

Les valeurs WideChar sont des caractères sur un mot (16 bits), ordonnés selon le jeu de caractères Unicode. Les 256 premiers caractères Unicode correspondent aux caractères ANSI.

Voir aussi