oder mit StrPas PChar nach String wandeln
aus der Hilfe:
Zitat:
Converts null-terminated string to a Pascal string.
Unit
SysUtils
Category
backward compatibility routines
function StrPas(const Str: PChar): string;
Description
This function is provided for backwards compatibility only. To convert a null terminated string to a Pascal-type string, use a typecast or an assignment.
Grüße
Klaus