Difference between revisions of "PAnsiChar/fr"

From Free Pascal 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...")
 
m (Kai Burghardt moved page Pansichar/fr to PAnsiChar/fr: make move Pansichar → PAnsiChar by AlexTP complete [“proper casing”])
 
(One intermediate revision by one other user not shown)
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;

Latest revision as of 17:13, 28 August 2021

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.