Step 4 Change the Properties of a Component

Visual LANSA

Step 4. Change the Properties of a Component

FRM015 - Getting Started with Forms Programming

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 PHBN_1 to Hello.

b.  Change the Caption property to Hello.

     Now you can see the caption Hello added to the push button on the form.