ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV concepts / Part 4 - Advanced concepts
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
10. UMC: User Macro-Code
Previous pageTable of contentsNext page
The User Macro-Code (UMC) allows end users to enter their own WLanguage code and include it in an existing application.
Let's consider the following case:
A window for entering a customer form requires an email address but it does not check its format. The user wants to check if the "@" character is in the address.
An icon at the top of the window
allows the user to customize the processes.
The UMC configuration window is displayed.
The user can add a new action in the window.
In this case, the user wants to check the email address.
The user types the WLanguage code.
The WLanguage help can be started
with F1.

To enable this feature (which is disabled by default), simply specify that the project supports the UMC:
  • in the project description,
  • when creating the executable.
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 10/27/2022

Send a report | Local help