Difference between revisions of "Underscore"

From Free Pascal wiki
Jump to navigationJump to search
m (Bart moved page Undersore to Underscore without leaving a redirect: typo)
m (Categorised page)
 
Line 1: Line 1:
{{Low line}}
 
 
 
<div style="float:left; margin: 0 20px 10px 0; padding:40px; font-size:500%; font-family: Georgia; background-color: #f9f9f9; border: 2px solid #777777;"><nowiki> _ </nowiki> </div>
 
<div style="float:left; margin: 0 20px 10px 0; padding:40px; font-size:500%; font-family: Georgia; background-color: #f9f9f9; border: 2px solid #777777;"><nowiki> _ </nowiki> </div>
  
Line 6: Line 4:
  
 
== Lazarus ==
 
== Lazarus ==
In Lazarus the <syntaxhighlight lang="pascal" enclose="none">_</syntaxhighlight> is used to
+
 
 +
In Lazarus the <syntaxhighlight lang="pascal" enclose="none">_</syntaxhighlight> is used
 
* in  [[TMaskEdit|<syntaxhighlight lang="pascal" enclose="none">TMaskEdit</syntaxhighlight>]] indicate EditMask is formed with a pattern of character with the following meaning: automatically put a space.
 
* in  [[TMaskEdit|<syntaxhighlight lang="pascal" enclose="none">TMaskEdit</syntaxhighlight>]] indicate EditMask is formed with a pattern of character with the following meaning: automatically put a space.
 +
 +
[[Category:Glossary]]

Latest revision as of 06:56, 18 September 2020

_

In ASCII, the character code decimal 95 (or hexadecimal 5F) is defined to be _ (Low line sign).

Lazarus

In Lazarus the _ is used

  • in TMaskEdit indicate EditMask is formed with a pattern of character with the following meaning: automatically put a space.