Difference between revisions of "PAnsiChar/fr"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "{{Pansichar}} <br/> Le type de donnée '''PAnsiChar''' est un dérivé du type PChar.<br/> <syntaxhighlight> type PAnsiChar = PChar; </syntaxh...")
 
(Use pascal highlighter)
Line 2: Line 2:
 
<br/>
 
<br/>
 
Le [[Data type/de|type de donnée]] '''PAnsiChar''' est un dérivé du type [[PChar/fr|PChar]].<br/>
 
Le [[Data type/de|type de donnée]] '''PAnsiChar''' est un dérivé du type [[PChar/fr|PChar]].<br/>
<syntaxhighlight>
+
<syntaxhighlight lang=pascal>
 
type  
 
type  
 
   PAnsiChar = PChar;
 
   PAnsiChar = PChar;

Revision as of 16:33, 29 January 2020

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

Le type de donnée PAnsiChar est un dérivé du type PChar.

type 
  PAnsiChar = PChar;

Un caractère occupe exactement un octet.