[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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. |
lazarus-ccr.sourceforge.net |