header image
Home arrow Basic Delphi Layout arrow Programming arrow Basic Delphi Layout
Basic Delphi Layout Print E-mail
Written by JAK Olivier   
Jun 27, 2009 at 10:59 AM
Basic structure of Delphi (version 7)



1. Main menu
(to open save files, run and change properties of the project)

2. Debug toolbar
(run program by clicking on button with green triangle)

3. Component Palette
(choose components using these icons)

4. Object TreeView

(Objects included in the program)

5. Form

(Form on which components are placed)

6. Object Inspector

(Place where properties are changed and where event handlers can be associated with a certain event such as the clicking of a button)



7. Code Editor (Unit)
Place where coding can be edited

HINT: To switch between the form and the unit (in the code editor) use F12

Last Updated ( Jun 27, 2009 at 08:37 AM )
Statistics
Members: 2
News: 41
Web Links: 4
Visitors: 55573