System.PUCS4Char

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PUCS4Char = ^UCS4Char;

C++

typedef UCS4Char*            PUCS4Char;        //

Properties

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

Description

Is a pointer to a UCS4Char.

PUCS4Char is a pointer to a UCS4Char.

See Also