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
Remark: These functions are also available in prefix syntax (End-user UI editing functions (prefix syntax)).
The following WLanguage functions allow the end user to manipulate the UI:
WinEdActiveUsed to:
  • determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window).
  • enable or disable the "Allow end users to modify the UI" option in a window (or internal window).
WinEdCreateNoteCreates a Repositionable Note control.
WinEdDeclareUndoDeclares how to cancel an action that was added by WinEdDo.
WinEdDeselectAllDeselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdDoRuns an action (defined programmatically) and enables Undo/Redo operations on this action.
WinEdLoadLoads the changes made by the end user in a window.
WinEdRedoRuns the last action undone by the end user ("Allow end users to modify the UI" option enabled).
WinEdRestoreUndoes all the changes made by the end user ("Allow end users to modify the UI" option enabled).
WinEdSaveSaves the changes made when the "Modification of UI by the end user" mode is enabled.
WinEdSaveNoteExports the repositionable notes created by the user into a file.
WinEdSelectReturns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectMinusDeselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrenceIndicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectPlusSelects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdUndoUndoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
Related Examples:
WD Interactive Application Training (WINDEV): WD Interactive Application
[ + ] This example explains how to use the WinEdXXX functions in an interactive application.
This application is used to mange a connected house (switch the lights on, find out the temperature).

The WinEdXXX functions are used to move the controls on the house map, while proposing advanced features such as the backup of modifications, the cancelation, ...
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 09/08/2023

Send a report | Local help