| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert a null-terminated string to a shortstring.
Source position: systemh.inc line 1070
| 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.