Class Details:

DL102 - Pascal Basics

Delphi is based on Object Pascal. While Delphi does a great deal for you without coding, you will eventually have to write code. This course covers the basics of Pascal and goes beyond an introductory coverage of the concepts. You will also learn some advanced programming concepts. We will cover the following topics:

Important concepts about coding in Pascal

Types, Variables and Constants

Data Types and how to define your own

Statements (simple, compound, conditional, using assignments and loops)

Procedures and functions (parameters, arrays, methods, declarations, overloading, calling conventions)

How to handle strings and dates

File handling

Debugging, troubleshooting and basic exception handling