Pointer to null-terminated string.
Source position: systemh.inc line 551
type PChar = ^char;
Or the same as a pointer to an array of char. See the reference manual for more information about this type.