PChar

Pointer to null-terminated string.

Declaration

Source position: systemh.inc line 511

Type
PChar = ^Char

Description

Or the same as a pointer to an array of char. See the reference manual for more information about this type.