Delphi first steps. How to create a project Open – File – New – VCL Forms Application.

Post on 08-Jan-2018

228 views 0 download

description

Integrated development Environment (IDE) xcv

Transcript of Delphi first steps. How to create a project Open – File – New – VCL Forms Application.

Delphi

first steps

How to create a project

Open – File – New – VCL Forms Application

Integrated development Environment (IDE)xcv

How to save and run the program

After you finish your project – you should always save your work

You can run(execute) your program

Code Editor

You can go to Code Editor by pressing the F12 key or just by clicking this button

Exercises

• Create a calculator• Change the color of the form• Give the names to the objects• Create and change the properties of TButton and TEdit

components

Calculator

SUM, Subtraction

Refresh, Exit, Division

Multiplication