Learn to code in Delphi | Part 5 | Labels, Edit Boxes and Spin Edits



Learn to code in Delphi | Part 5 | Labels, Edit Boxes and Spin Edits

Learn to code in Delphi | Part 5 | Labels, Edit Boxes and Spin Edits

In this lesson we look at 3 new components that we will be using in future videos. They are the label (TLabel), edit box (TEdit) and spin edit (TSpinEdit) controls. They are often used to display information (text and numbers) to the user. The TEdit and TSpinEdit are also used to allow the user to give information to the program as input.

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

Comments are closed.