Delphi Programming
From Wikibooks, open books for an open world
Delphi is both an object oriented programming language (OOP) and an Integrated Development Environment (IDE). Published by the Embarcadero company (formerly CodeGear and more formerly Borland), it's an alternative to language such as Visual Basic offering a development with both rapidity and good quality. However, nowadays, Delphi becomes old and most of companies prefer modern language such as Java or C#.
It originated from the Pascal language, which then became Object Pascal (pascal with objects support). Delphi is Object Pascal running on Windows and Kylix is Object Pascal running on Linux.
Table of Contents[edit]
- Introduction
- First application
- Delphi project files
- Reserved keywords
- Statements
- Variables and constants
- Data types
- Boolean expression
- Arithmetic expression
- Flow control
- Pointers
- Objects and classes
- Procedures and functions
- Dynamic link libraries (DLLs)
- The Debugger
- The GUI - Introduction
- The GUI - Component overview
- The GUI - Multimedia
- Creating own components
- The SysUtils unit
- The Math unit
- Assembler in Delphi