Pointer to Unicode character
Source position: systemh.inc line 674
type PUnicodeChar = ^UnicodeChar; |
PUnicodeChar is a pointer to a Unicode character, just like PChar is a pointer to a Char ansistring character.
|
Unicode string character |
|
|
The base two byte character type |
|
|
A string consisting of widechars. |