Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Components are programming objects that support properties, events and methods. LANSA components are stored in the LANSA Repository. With components, you create event-driven applications.

Visual LANSA has many user definable 4.2 Component Types. The most common component is a Form which corresponds to a window of an application. Reusable Part parts contain controls and code which can be reused in forms (or other reusable parts).

...

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.

...

Edit Components and Functions in the User Guide