delphi first steps. how to create a project open – file – new – vcl forms application

10
Delphi first steps

Upload: cecil-shepherd

Post on 08-Jan-2018

234 views

Category:

Documents


0 download

DESCRIPTION

Integrated development Environment (IDE) xcv

TRANSCRIPT

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

Delphi

first steps

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

How to create a project

Open – File – New – VCL Forms Application

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

Integrated development Environment (IDE)xcv

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

How to save and run the program

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

You can run(execute) your program

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

Code Editor

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

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

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

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

Calculator

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

SUM, Subtraction

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

Refresh, Exit, Division

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

Multiplication