Free Pascal Lazarus Program Tutorial 12 - Menus For User Friendly Programs


Menus are extremely important for directing the user to control the program’s function and understand what the program is capable of doing.

Case statements are an excellent way of making menus. Also, it is a good idea to use input validation to check to see if the user entered correct information into the menu.

Code Download
FPProgT12.zip