ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Windows functions that can be handled by the end user
34 results
Allows 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).
Creates a Repositionable Note control.
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Runs an action (defined programmatically) and enables Undo/Redo operations on this action.
Runs an action (defined programmatically) and enables Undo/Redo operations on this action.
Loads the modifications performed by the end user in a window.
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Undoes all the modifications made by the end user ("Allow end users to modify the UI" option enabled).
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
By default, WINDEV applications allow end users to modify the interface of the application...
End users can directly modify the interface of the application (according to the options specified by the developer)....
Used 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).
Creates a Repositionable Note control.
Declares how to cancel an action that was added by WinEdDo.
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Runs an action (defined programmatically) and enables Undo/Redo operations on this action.
Loads the changes made by the end user in a window.
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled).
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
Exports the repositionable notes created by the user into a file.
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).