System.UCS4Char

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type UCS4Char = Cardinal;

C++

typedef Cardinal             UCS4Char;         //

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
sysmac.h
System System

Description

UCS4Char is used for working with 4–byte Unicode characters.

UCS4Char represents a 4–byte Unicode character. UCS4String is a dynamic array of UCS4Char.

See Also

Code Examples