Saturday, March 14, 2020

A Beginners Guide to Delphi

A Beginners Guide to Delphi Our  Delphi Programming site proudly presents free online programming courses for (beginner) Delphi developers! Quick Launch Turbo Delphi Tutorial: For Novice and Non-ProgrammersThis series of tutorials is oriented to those who want to take their chance in the world of software development, it is designed to teach the complete beginner (read: non-programmer) how to become a programmer using Delphi.Delphi for BeginnersThis free online course is perfect for beginner developers as well as for those who want a broad overview of the art of programming Win32 applications with Borland Delphi. Focus on Delphi 6.Delphi Database Programming. You can take this as an Email CourseDevelopers will learn how to design, develop and test a database application using ADO with Delphi. This course focuses on the most common uses of ADO in a Delphi application: Connecting to a database using TADOConnection, work with Tables and Queries, handle database exception, create reports, etc.Learning Object Oriented Programming with DelphiExplore the true power of Delphi OOP: learn how to create your own classes, instantiate objects at runtime, use association, composition and other OOP topics. Using the TDBGrid componentContrary to most other Delphi data-aware controls, the DBGrid component has many nice features and is more powerful than you would have thought. The standard DBGrid does its job of displaying and manipulating records from a dataset in a tabular grid. However, there are many ways (and reasons) why you should consider customizing the look and feel of a DBGrid...Creating Custom ComponentsEverything about creating custom controls and components in Delphi. The ultimate source. From tutorials for starters to more advanced materials.Introduction to COM ProgrammingCOM stands for Component Object Model. It allows you to create COM objects that are not specific to any language, and in some cases, even platforms. For instance, COM objects can be ported to a Unix system. COM also allows you to create COM Objects that will be instantiated on a different machine across the world if you so desired.(Fast Forward to) Delphi for .NETHeres a series of articles designed with o ne goal in mind: to provide a quick and dirty introduction to the world of .NET programming with Delphi. If you are looking for what you need to know about Delphi for .NET - search no further! ASP.NET Web ProgrammingDevelopers will learn how to design, develop and debug ASP.Net web application using Borland Delphi for .Net. The chapters will cover the fundamental elements of creating Web applications (working with Web Forms, Web Services, and User Controls) using Delphi, including the Integrated Development Environment (IDE) and the Delphi for .Net language.Windows API (no VCL) SeriesThis free online course is perfect for intermediate Delphi developers as well as for those who want a broad overview of the art of Windows API programming with Borland Delphi.