ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Software Factory functions
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
apDisableAction (Function)
In french: paDésactiveAction
Disables the execution of an action found in an action plan.
This function can only be used in the processes of an action plan. For example, some actions can be disabled in the initialization code of the action plan according to parameters.
Remark: This function is a function used to handle the editor of WINDEV, WEBDEV or WINDEV Mobile. Therefore, it is available in the three products.
Example
// Disable the "StaticAudit" action
IF paramAudit = False THEN
apDisableAction(StaticAudit)
END
Syntax
apDisableAction(<Action Name>)
<Action Name>: Character string
Name of action to disable. The disabled action will not be run and therefore it will trigger no error.
Reminder: The action name is defined in the description window of action.
Component: wdxxxfab.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help