Hello world/Newbie: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 812:
<pre>Hello world!</pre>
 
 
=={{header|Delphi}}==
{{works with|Delphi|6.0}}
{{libheader|SysUtils,StdCtrls}}
The following instructions apply to any version of Delphi going back to the 1990's. They also apply to Lazurus, which is a Delphi-like programming environment based on Free Pascal.
 
Line 846 ⟶ 850:
 
5. You've now completed the program. Press the "Run" button in the upper left portion of the IDE. (It is usually the button with green arrow on it.) The program will now display your form with the button and the memo on it. Press your button. This will cause the "Hello World" to be displayed in the memo.
 
 
<syntaxhighlight lang="Delphi">
test
 
</syntaxhighlight>
{{out}}
<pre>
 
</pre>
 
 
465

edits