[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Pointer to null-terminated string.
Source position: systemh.inc line 406
type PChar = ^Char; |
Or the same as a pointer to an array of char. See the reference manual for more information about this type.