Hello World in Delphi
Every programming journey starts with Hello World. Let’s write our first Delphi program using Free Pascal’s Delphi compatibility mode.
The Code
Create a file named hello.dpr:
program …Read more →Every programming journey starts with Hello World. Let’s write our first Delphi program using Free Pascal’s Delphi compatibility mode.
Create a file named hello.dpr:
program …Read more →