Difference between revisions of "Unicodechar/fr"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "{{Unicodechar}} <br/> Le type de donnée '''UnicodeChar''' est dérivé du type de donnée WideChar.<br/> <syntaxhighlight> type UnicodeCha...")
 
m (Fixed syntax highlighting)
 
(One intermediate revision by one other user not shown)
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>

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;