Afficher : Delphi C++
Préférences d'affichage

System.WideChar

De XE2 API Documentation

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 fondamental.

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

Versions précédentes
Traductions