ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Software Factory functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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.
Note This function is used to manipulate the WINDEV, WEBDEV or WINDEV Mobile editor. Therefore, it is available in the three products.
Example
// Désactivation de l'action "AuditStatique"
IF paramAudit = False THEN
	paDésactiveAction(AuditStatique)
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 action description window.
Component: wdxxxfab.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help