Versions Compared

Key

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

Overview

In this documentlesson, 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 how they are used in any kind of Controls & Actions to developed our application.

How to create a DLL in “Methods” section?

...

To understand what a DLL is, let’s review its 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.

...

https://docs.microsoft.com/en-us/troubleshoot/windows-client/deployment/dynamic-link-library

Basically in Wayfast we can include any kind of method to apply in our project. Initially, we need to focus on the “User Info” icon at the top right corner, click on it. Select “Methods” option

...

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