Difference between revisions of "&"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
 
{{&}}
 
{{&}}
 
<div style="float:left; margin: 0 25px 20px 0; padding:40px; font-size:500%; font-family: Georgia; background-color: #f9f9f9; border: 2px solid #777777;">&</div>
 
<div style="float:left; margin: 0 25px 20px 0; padding:40px; font-size:500%; font-family: Georgia; background-color: #f9f9f9; border: 2px solid #777777;">&</div>
 +
 +
 +
In [[ASCII]] and Unicode, the character code decimal 38 (or [[Hexadecimal|hexadecimal]] 26) is defined to be  &.
  
  
 
The symbol & (pronounced "Ampersand") is used in Lazarus:
 
The symbol & (pronounced "Ampersand") is used in Lazarus:
 
* it indicates shortcut key in [[TMenuItem]]
 
* it indicates shortcut key in [[TMenuItem]]
 
[[Category:Symbols]]
 

Revision as of 12:09, 19 March 2018

English (en) suomi (fi) français (fr) português (pt) русский (ru)

&


In ASCII and Unicode, the character code decimal 38 (or hexadecimal 26) is defined to be &.


The symbol & (pronounced "Ampersand") is used in Lazarus: