System.PUCS2Char
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.