System.PUCS4CharArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PUCS4CharArray = ^TUCS4CharArray;

C++

typedef TUCS4CharArray *PUCS4CharArray;

Properties

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

Description

Is a pointer to a TUCS4CharArray.

PUCS4CharArray represents a pointer to a TUCS4CharArray.

See Also