Versions Compared

Key

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

Overview

In this document, we are going to analyze how the methods can be included in Wayfast and then used inside our development for the application’s project development in any kind of Controls & Actions.

How to create a DLL in “Methods” section?

Info

Definition: A DLL is a library that contains code and data that can be used by more than one program at the same time. By using a DLL, a program can be modularized into separate components. Since the modules are separate, the load time of the program is faster. And a module is only loaded when that functionality is requested.

In Wayfast, focus on the “User Info” icon at the top right corner, click on it. Select “Methods” option

...

"Methods” dashboard is displayed with all the listed DLLs in the Solution. We can add a new method or edit anyone previously created by the link

...

Once the DLL is generated, we can use it inside our application’s development. In the next section, we are going to analyze one example.

How to associate DLLs to Controls & Actions?

Recap