Learn to code in Delphi | Part 6 | Variables



Learn to code in Delphi | Part 6 | Variables

Learn to code in Delphi | Part 6 | Variables

In this lesson we look at variables. Variables are blocks of memory that are used to store data that we can use later in the program for processing or output. We can store data based on it’s type: String for text, Char for characters, Integers for whole numbers, Reals for decimal numbers and Booleans for TRUE or FALSE values.

Introduction to Programming Video Series
Part 1 Introduction to Delphi Environment – https://youtu.be/h31zNbGO6A8
Part 2 Saving & Opening Delphi Projects – https://youtu.be/1Y2wJur_FNY
Part 3 Objects and Properties – https://youtu.be/b1GGIutQVug
Part 4 Adding code to our Project – https://youtu.be/tbzb-P46RgE
Part 4 Extra: Changing a component’s position on a form -https://youtu.be/AyWm24ekSVM
Part 5 Labels, Edit Boxes and Spin Edits – https://youtu.be/p3smC4IvxGQ
Part 6 Variables – https://youtu.be/mA7mTDfeUJI
Part 7 Input Process Output – https://youtu.be/T7kkQLEk_m4
Part 8 Calculator Example – https://youtu.be/zCj5pMpXOI0
Part 9 Inputbox and ShowMessage – https://youtu.be/5bzR6ktxdHo
Part 10 Types of Errors – https://youtu.be/gQyd28UNJd0

More Delphi Basics Video Series
Playlist link – https://www.youtube.com/watch?v=xeFMZTGZsyQ&list=PLxAS51iVMjv-pwFzwVzguLwIKSmqrJtu3

#MrLongEducation #Programming #InformationTechnology