Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.774 Beiträge
 
Delphi 10.4 Sydney
 
#3

Re: StrCopy Problem (string und pchar)

  Alt 15. Jul 2006, 16:40
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
Klaus
  Mit Zitat antworten Zitat