| A journey through the Delphi IDE | |||||||||||||||||
| Page 1: Main menu, Toolbar, Component palette | |||||||||||||||||
Welcome to the second chapter of the FREE online programming course: The Delphi IDE
When Delphi starts (it could even take one full minute to start - depending on your hardware performance) you are presented with the IDE: the user interface where you can design, compile and debug your Delphi projects.
![]() Like most other development tools (and unlike other Windows applications), Delphi IDE comprises a number of separate windows. The menus, toolbars The Component Palette
You are probably familiar with the fact that any window in a standard Windows application contains a number of different (visible or not to the end user) objects, like: buttons, text boxes, radio buttons, check boxes etc. In Delphi programming terminology such objects are called controls (or components). Components are the building blocks of every Delphi application. To place a component on a window you drag it from the component palette. Each component has specific attributes that enable you to control your application at design and run time. Depending on the version of Delphi (assumed Delphi 6 Personal through this course), you start with more than 85 components at your disposal - you can even add more components later (those that you create or from a third party component vendor). The components on the Component Palette are grouped according to the function they perform. Each page tab in the Component palette displays a group of icons representing the components you can use to design your application interface. For example, the Standard and Additional pages include controls such as an edit box, a button or a scroll box. To see all components on a particular page (for example on the Win32 page) you simply click the tab name on the top of the palette. If a component palette lists more components that can be displayed on a page an arrow will appear on a far right side of the page allowing you to click it to scroll right. If a component palette has more tabs (pages) that can be displayed, more tabs can be displayed by clicking on the arrow buttons on the right-hand side. Next page > The Delphi IDE; Main menu, toolbar > Page 1, 2 A Beginner's Guide to Delphi Programming: Next Chapter >> |
|||||||||||||||||



