System.TUCS4CharArray
From RAD Studio VCL Reference
Contents |
Delphi Information
From System.pas
TUCS4CharArray = array of UCS4Char;
Unit: System
Type: array
C++ Information
From System.hpp
typedef unsigned int * TUCS4CharArray;
Unit: System
Type: typedef
Description
Represents an array of UCS4 characters.
TUCS4CharArray represents an array of UCS4 characters. TUCS4CharArray is mainly provided for C++ compatibility.