More Delphi Basics | Part 4 | Local and Global Variables



More Delphi Basics | Part 4 | Local and Global Variables

More Delphi Basics | Part 4 | Local and Global Variables

We continue to learn more Delphi basics in this video series and this video covers local and global variables. Local variables are variables that can only be used or accessed within the procedure or function that has declared them. If you want to use the value in a variable throughout the duration of the program, then you must declare the variable globally. This video shows you how.

Introduction to Programming Video Series
Playlist link – https://www.youtube.com/watch?v=h31zNbGO6A8&list=PLxAS51iVMjv_Y6gmE2DIkUCmDKOcwjHI8

More Delphi Basics Video Series
Part 1 DIV, MOD and Constants – https://youtu.be/xeFMZTGZsyQ
Part 2 Built in Math Functions and Procedures – https://youtu.be/2cUOO6mHp74
Part 3 Extra MATHematical functions – https://youtu.be/kRCRZa2K4Q4
Part 4 Local and Global variables – https://youtu.be/z79pCnJnoX0
Panel component – https://youtu.be/6rw9Ej73sog

#MrLongEducation #Programming #InformationTechnology

Comments are closed.