|
|
| Part 1: An Introduction to Delphi |
|
|
| Written by Blueaura | |
Learning OutcomesBefore we get stuck in learning how to use Delphi to create our own applications we need to set a few foundations. KeywordsBefore we get started it is essential to understand a few words and phrases we will use frequently.
When we refer to Delphi it could be either of two things. Delphi is a programming language which is actually a dialect of Object Pascal. Delphi is also the name of the Integrated Development Environment (IDE) we use when creating a Delphi application. At this stage you might be asking yourself “Why should I learn Delphi?” the answer is simple Delphi is arguably the most powerful, easy to learn, high level, object orientated language around. Borland’s Visual Component Library (VCL) makes designing a GUI as easy as drawing your ideas on paper. You can learn to programme in Delphi right here. All the articles are set out to teach you everything you need to know to get stuck in and start creating your own applications. Also we have a detailed list of links to other Delphi websites you can have a look at also. Where to get DelphiBorland Delphi can be bought from any good software retailer online, or in high street shops. Delphi comes in many different flavours to cater for hobby, professional, and corporate developers integrated into Borland Delphi Studio which also gives you C++, C#, and Delphi, or you can get Delphi on it’s own through the Turbo series. So I have to pay hundreds of pounds? Well no, Borland offer Turbo Delphi Explorer free for download here. Once you have downloaded Turbo Delphi or even purchased one of the professional versions make sure you have a play with the interface to get used to the new environment. John Kaster over at Borland has put together a comprehensive list of key shortcuts as well as a webinar on installing Turbo Delphi Explorer and customising your IDE. |
| < Prev | Next > |
|---|