FRM015A - Getting Started with Forms Programming Part A
In this step you will change the Caption and the Name properties of the push button.
1. Double-click the push button to display the Details tab.
The Details tab is used to change the Properties of a control, or create an Event handling routine or a Method routine for it.
a. Change the Name property of Button1 to Hello.
b. Change the Caption property to Hello.
Now you can see the caption Hello added to the push button on the form.