1. Home
  2. Computing & Technology
  3. Delphi Programming

A Tour of Turbo Delphi Integrated Development Environment (IDE)

By , About.com Guide

2 of 8

What are all those parts of the Turbo Delphi IDE?

Turbo Delphi IDE (Integrated Development Environment)

Turbo Delphi IDE (Integrated Development Environment)

Turbo Delphi IDE (Integrated Development Environment)

Like most other development tools, Delphi IDE comprises a number of sections - (dockable) panels.

The default IDE desktop layout includes some of the most commonly used tools. You can use the View menu to display or hide certain tools. You can also customize and save the desktop layouts that work best for you. Here are the parts, areas of the IDE, as outlined by the screen shot:

  1. Menus and Toolbars
  2. Code Editor, Form Designer, Welcome Page
  3. Structure View
  4. Object Inspector
  5. Project Manager, Model View, Data Explorer
  6. Tool Palette
Ok, most of the names mean nothing for the moment :)

For example: take a look at section marked with 2. This largest part of the IDE is where you will be writing programming code("Code Editor"), designing your application windows /forms ("Form Designer"), open existing projects, read programming blogs, etc. ("Welcome page").

Delphi IDE is "work sensitive" - it will display different sections depending on your current work.

Delphi IDE Menus and Toolbars

The title bar of the IDE window contains the name of the current project (you'll see in some of the future chapters what exactly is a Delphi project). The menu bar includes a dozen drop-down menus - we'll explain many of the options in these menus later through this course.
The toolbar provides a number of shortcuts to most frequently used operations and commands - such as running a project, or adding a new form to a project. To find out what particular button does, point your mouse "over" the button and wait for the tooltip. As you can see from the tooltip, for example, point to "Open Project", many toolbuttons have keyboard shortcuts ("Ctrl+F11").

While you have no projects opened in the IDE, the main part of the screen goes to the "Welcome page"...

Explore Delphi Programming
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Delphi Programming
  4. Getting Started with Delphi
  5. Turbo Delphi Tutorial
  6. A Tour of Turbo Delphi Integrated Development Environment (IDE)

©2009 About.com, a part of The New York Times Company.

All rights reserved.