System.TUCS4CharArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TUCS4CharArray = array [0..251658239] of UCS4Char;

C++

typedef UCS4Char* TUCS4CharArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.pas
System.hpp
System System

Description

Represents an array of UCS4 characters.

TUCS4CharArray represents an array of UCS4 characters. TUCS4CharArray is mainly provided for C++ compatibility.

See Also