Difference between revisions of "PAnsiChar/de"

From Free Pascal wiki
Jump to navigationJump to search
(Use pascal highlighter)
Line 4: Line 4:
 
<br>
 
<br>
 
Der [[Data type/de|Datentyp]] '''PAnsiChar''' ist vom Datentyp [[PChar/de|PChar]] abgeleitet.<br>
 
Der [[Data type/de|Datentyp]] '''PAnsiChar''' ist vom Datentyp [[PChar/de|PChar]] abgeleitet.<br>
<syntaxhighlight>
+
<syntaxhighlight lang=pascal>
 
type  
 
type  
 
   PAnsiChar = PChar;
 
   PAnsiChar = PChar;

Revision as of 17:33, 29 January 2020

Deutsch (de) English (en) français (fr)

Zurück zu den Datentypen.

Der Datentyp PAnsiChar ist vom Datentyp PChar abgeleitet.

type 
  PAnsiChar = PChar;



--Olaf 16:59, 4 October 2012 (UTC)