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.
Pointer to null-terminated string.
Source position: systemh.inc line 511
Type
PChar = ^Char
Or the same as a pointer to an array of char. See the reference manual for more information about this type.