|
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
Back to Delphi Basics site
2024 J Olivier. Except where otherwise noted, the content on this website is licensed under the terms of the Creative Commons BY SA 4.0 license. https://creativecommons.org/about/cclicenses/