ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Action functions
  • Use conditions
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
Runs the last action canceled. This function is equivalent to a "Redo" (Ctrl + Y) performed by the user.
Example
// [Restore] button
ActionRedo()
Syntax
ActionRedo([<Window to use>])
<Window to use>: Optional window name
Name of window or internal window to use.
  • If this parameter is not specified, the action is run in the current window.
  • If this parameter is specified, ActionRedo is equivalent to WinEdRedo.
Remarks

Use conditions

  • ActionRedo has no effect if no action was canceled.
  • If the last action is a custom action run by ActionDo, the procedure declared in this function is run.
  • The restored action can be undone again by pressing Ctrl + Z or through programming with ActionUndo.
Component: wd290obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help