ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Windows functions that can be handled by the end user
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
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled). The window is restored to its initial status.
Example
// Click the [Cancel all the modiifications] button
WinEdRestore(WIN_Form)
Syntax
WinEdRestore(<Window>)
<Window>: Window name
Name of the window or internal window to be used.
Remarks
This function has no effect:
  • If the specified window is not editable.
  • If the specified window was not modified by the end user.
Component: wd290obj.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/20/2023

Send a report | Local help