System.UCS4String

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type UCS4String = array of Cardinal;

C++

typedef DynamicArray<UCS4Char> UCS4String;     //

Propriétés

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


Description

UCS4String permet d'utiliser les caractères Unicode de 4 octets.

UCS4Char représente un caractère Unicode de 4 octets. UCS4String est un tableau dynamique de caractères UCS4Char qui représente une chaîne codée à l'aide de UCS4 (Unicode 4 octets).

Dans la mesure où UCS4String est un tableau à zéro terminal, il possède au moins un élément.

Voir aussi