[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

PChar

Pointer to null-terminated string.

Declaration

Source position: systemh.inc line 275

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.