Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

PChar

Pointer to null-terminated string.

Declaration

Source position: systemh.inc line 561

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.


Documentation generated on: Jul 24 2023