System.PUCS2Char
Delphi
type PUCS2Char = ^Char;
C++
typedef WideChar * PUCS2Char;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
Description
Représente un alias pour PWideChar.
PUCS2Char représente un alias pour PWideChar. Un caractère UCS2 représente un caractère Unicode, comme UTF16.