100 likes | 263 Vues
Delphi first steps. How to create a project. Open – File – New – VCL Forms Application. xcv. Integrated development Environment (IDE). How to save and run the program. You can run(execute) your program. After you finish your project – you should always save your work. Code Editor.
E N D
How to create a project Open – File – New – VCL Forms Application
xcv Integrated development Environment (IDE)
How to save and run the program You can run(execute) your program After you finish your project – you should always save your work
Code Editor You can go to Code Editor by pressing the F12 key or just by clicking this button
Create a calculator • Change the color of the form • Give the names to the objects • Create and change the properties of TButtonand TEdit components Exercises