[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Convert a null-terminated string to an ansistring.
Source position: syspchh.inc line 44
function StrPas( |
Str: PChar |
):String; |
Converts a null terminated string in Str to an Ansitring, and returns this string. This string is NOT truncated at 255 characters as is the
None.
|
Copy an ansistring to a null-terminated string. |
|
|
Copy a limited number of characters from an ansistring to a null-terminated string. |
No notes exist for this page yet.