Essential Delphi |
||||
|
ISBN : - |
Order a printed copy of this book from Amazon --UNAVAILABLE-- |
|||
![]() Cover Design - Essential Delphi |
For your free electronic copy of this book please verify the numbers below. (We need to do this to make sure you're a person and not a malicious script) | |||
|
Sample Chapter From Essential Delphi Copyright © Marco Cantù |
||||
Chapter 1 : A Form Is A WindowWindows applications are usually based on windows. So, how are we going to create our first window? We'll do it by using a form. As the first part of the title suggests, a form really is a window in disguise. There is no real difference between the two concepts, at least from a general point of view.
Creating Your First FormEven though you have probably already created at least some simple applications in Delphi, I'm going to show you the process again, to highlight some interesting points. Creating a form is one of the easiest operations in the system: you only need to open Delphi, and it will automatically create a new, empty form for you, as you can see in the figure below.
|
||||