For example, this simple program:
Program Helloworld;
Begin
writeln ('Hello world!');
readln;
End;
|
|
For example, this simple program:
|
||
|
|
|
|
You can get rid of all the forms that a new project creates, and just have a program in the project file. This looks like a console app so you'll want to do some steps. This is taken from the excellent delphi.about.com:
|
||
|
|