System.UCS2Char

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type UCS2Char = WideChar;

C++

typedef WideChar UCS2Char;

Properties

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

Description

Alias for WideChar.

The UCS2Char type represents an alias for WideChar.

See Also