ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / UMC functions
  • Activation mode of UMC
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
Warning
From version 24, MCUActive is kept for backward compatibility. This function is replaced by UMCActive.
Allows you to find out and modify the activation of UMC management (User Macro-Code).
Syntax

Finding out whether the UMC management is enabled Hide the details

<Result> = UMCActive()
<Result>: Boolean
  • True if the UMC is enabled,
  • False otherwise.

Modifying the management mode of UMC Hide the details

<Result> = UMCActive(<Enable>)
<Result>: Boolean
  • True if the UMC is enabled,
  • False otherwise.
<Enable>: Boolean
  • True to enable the UMC,
  • False otherwise.
Remarks

Activation mode of UMC

The effects of UMCActive depend on the UMC configuration in the project and windows.
UMC allowed in the project
UMC not allowed in the project
UMCActive function not usedUMCActive(True)UMCActive(False)UMCActive function not usedUMCActive(True)UMCActive(False)
UMC allowed in the windowUMC possibleUMC possibleUMC not possibleUMC not possibleUMC possibleUMC not possible
UMC not allowed in the windowUMC not possibleUMC not possibleUMC not possibleUMC not possibleUMC not possibleUMC not possible
Component: wd290cod.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help