[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Pointer to null-terminated string.
Source position: systemh.inc line 217
type PChar = ^Char; |
Or the same as a pointer to an array of char. See the reference manual for more information about this type.
No notes exist for this page yet.