6 8 5 Methods

Visual LANSA

6.8.5 Methods

A method is how you tell a component to do something. For example to display a form, you use the ShowForm method:

INVOKE #FormB.ShowForm 

 

You can also define custom methods to make a component perform an action.

Ý 6.8 Component Basics