Delphi实验指导书
通过设计几个程序来掌握基本的Pascal语法。通过Test1、Test2之间的互调熟悉Pascal中的procedure。 1. Write a procedure called Test2 that changes the caption of a Label component. Put a button on a form and have the button's OnClick handler call the Test2 procedure. 2. Take the program from exercise 1 and create another procedure call