[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Convert a null-terminated string to a shortstring.
Source position: systemh.inc line 535
function strpas( |
p: PChar |
):shortstring; |
Converts a null terminated string in P to a Pascal string, and returns this string. The string is truncated at 255 characters.
None.
No notes exist for this page yet.