Delphi Programming
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), Delphi is an alternative to language such as Visual Basic offering development with both rapidity and good quality. However, nowadays most companies prefer more modern languages 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
- 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
See also
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.