Delphi Programming
From Wikibooks, open books for an open world
Delphi is a programming language created by Borland. It originated from the Pascal language, which then became Object Pascal (pascal with objects support), and was later renamed "Delphi".
Table of Contents[edit]
- Introduction
- How to get Delphi
- The main structure
- Statements
- Variables and data types
- Operators, structures and loops
- Pointers
- Assembler in Delphi
- Objects and classes
- Procedures and functions
- Records
- 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