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
<Window>.EdActiveAllows you 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).
<Window>.EdCreateNoteCreates a Repositionable Note control.
<Window>.EdDeselectAllDeselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdDoRuns an action (defined programmatically) and enables Undo/Redo operations on this action.
<Window>.EdLoadLoads the modifications performed by the end user in a window.
<Window>.EdRestoreUndoes all the modifications made by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectReturns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinusDeselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrenceIndicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectPlusSelects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdUndoUndoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
Minimum version required
  • Version 28
Comments
Click [Add] to post a comment

Last update: 09/11/2023

Send a report | Local help