System.TUCS4CharArray
Delphi
type TUCS4CharArray = array [0..251658239] of UCS4Char;
C++
typedef UCS4Char* TUCS4CharArray;
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| array typedef | public | System.pas System.hpp | System | System | 
Description
Représente un tableau de caractères UCS4.
TUCS4CharArray représente un tableau de caractères UCS4. TUCS4CharArray est fournie principalement à des fins de compatibilité C++.