Pointer to WideChar.
Source position: types.pp line 358
type POleStr = PWideChar;
POleStr is a pointer to a (double) null-terminated array of TOleChar characters.
TOleChar
Alias for the widechar type.