PUnicodeString
Pointer to unicodestring
Declaration
Source position: systemh.inc line 647
Type
PUnicodeString = ^UnicodeString
Description
PUnicodeString is a pointer to a UnicodeString string.
See also
| Name | Description |
|---|---|
| PUnicodeChar | Pointer to Unicode character |
| UnicodeChar | Unicode string character |
| WideChar | The base two byte character type |