Difference between revisions of "Unicodechar/fr"

From Free Pascal 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
Line 6: Line 6:
 
   UnicodeChar = WideChar;
 
   UnicodeChar = WideChar;
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
<br/>

Revision as of 23:50, 13 February 2017

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;