System.PUCS2Char

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PUCS2Char = ^Char;

C++

typedef WideChar * PUCS2Char;

Properties

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

Description

Is an alias for PWideChar.

PUCS2Char represents an alias for PWideChar. A UCS2 character represents a Unicode character, like UTF16.

See Also