Difference between revisions of "Unicodechar/fr"

From Lazarus wiki
Jump to navigationJump to search
m
m (Fixed syntax highlighting)
 
Line 1: Line 1:
 
{{Unicodechar}}
 
{{Unicodechar}}
<br/>
+
 
Le [[Data type/fr|type de donnée]] '''UnicodeChar''' est dérivé du type de donnée [[Widechar/fr|WideChar]].<br/>
+
Le [[Data type/fr|type de donnée]] '''UnicodeChar''' est dérivé du type de donnée [[Widechar/fr|WideChar]].
<syntaxhighlight>
+
 
 +
<syntaxhighlight lang=pascal>
 
type  
 
type  
 
   UnicodeChar = WideChar;
 
   UnicodeChar = WideChar;
 
</syntaxhighlight>
 
</syntaxhighlight>
<br/>
 

Latest revision as of 04:53, 2 March 2020

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

Le type de donnée UnicodeChar est dérivé du type de donnée WideChar.

type 
  UnicodeChar = WideChar;