1 / 10

Delphi first steps

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.

raheem
Download Presentation

Delphi first steps

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Delphifirst steps

  2. How to create a project Open – File – New – VCL Forms Application

  3. xcv Integrated development Environment (IDE)

  4. How to save and run the program You can run(execute) your program After you finish your project – you should always save your work

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

  6. 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

  7. Calculator

  8. SUM, Subtraction

  9. Refresh, Exit, Division

  10. Multiplication

More Related