Delphi
type UCS2Char = WideChar;
C++
typedef WideChar UCS2Char;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
type typedef |
public |
System.pas System.hpp |
System |
System |
Description
Alias for WideChar.
The UCS2Char type represents an alias for WideChar.
See Also