| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Pointer to unicode character
Source position: systemh.inc line 522
| 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. |