System.PUCS4Chars
Delphi
function PUCS4Chars(const S: UCS4String): PUCS4Char;
C++
extern DELPHI_PACKAGE PUCS4Char __fastcall PUCS4Chars(const UCS4String S);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.pas System.hpp |
System | System |
Description
Convertit une chaîne UCS4 en tableau à zéro terminal de caractères UCS4.
PUCS4Chars convertit la chaîne UCS-4 spécifiée par S en une suite de valeurs UCS4Char à zéro terminal.