PUnicodeChar
Pointer to Unicode character
Declaration
Source position: systemh.inc line 646
Type
PUnicodeChar = ^UnicodeChar
Description
PUnicodeChar is a pointer to a Unicode character, just like PChar is a pointer to a Char ansistring character.
See also
Name | Description |
---|---|
UnicodeChar | Unicode string character |
UnicodeString | A string consisting of widechars. |
WideChar | The base two byte character type |