[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert a null-terminated string to an ansistring.
Source position: syspchh.inc line 38
function StrPas( |
Str: PChar |
):string; overload; |
Str: PWideChar |
):UnicodeString; overload; |
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 system unit's version.
None.
|
Copy an ansistring to a null-terminated string. |
|
|
Copy a limited number of characters from an ansistring to a null-terminated string. |