ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Action functions
6 results
The following functions are used to manage actions:
Declares how to cancel an action that was added by ActionDo. This function MUST be called when running the procedure supplied to ActionDo.
Creates and runs a custom action (defined through programming) with support of "Undo/Redo".
Runs the last action canceled.
Cancels the last action performed by the end user.
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions...