Show: Delphi
C++
Display Preferences
System.UCS4Char
From XE2 API Documentation
Delphi
type UCS4Char = 0..-1;
C++
typedef LongWord UCS4Char; //
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
type typedef |
public | System.pas sysmac.h |
System | System |
Description
UCS4Char is used for working with 4–byte Unicode characters.
UCS4Char represents a 4–byte Unicode character. UCS4String is a dynamic array of UCS4Char.
See Also
Code Examples