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
Constants for managing the modification of windows by the user
ConstantDescriptionUsed by properties/functions
weAddRepositionableNoteAuthorization to modify: The end user can add a repositionable note into the window.WinEditAllowed, WinEditMode
weAddWireAuthorization to modify: The end user can add a wire between several controls.WinEditAllowed, WinEditMode
weAllAuthorization to modify: All the modifications are allowed. WinEditAllowed, WinEditMode
weChangeTooltipAuthorization to modify: The end user can modify the tooltips of controls.WinEditAllowed, WinEditMode
weChangeWireAuthorization to modify: The end user can modify the wires between the controls.WinEditAllowed, WinEditMode
weModeDifferentialType of backup to perform: Save all changes, including custom actions (function WinEdDo). All these operations will be replayed during the reload operation (like for a log). WinEdSave
weModeFullType of backup to perform: Save all the controls and their current properties. This constant can be used on an internal window only.WinEdSave
weModeReposionableNoteType of backup to perform: Save the repositionable notes created by the user only. This constant is equivalent to the "Export the notes" feature in the context menu of repositionable notes (AAF).WinEdSave
weMoveControlAuthorization to modify: The end user can move the controls.WinEditAllowed, WinEditMode
weMultiSelectionAuthorization to modify: The end user can select several controls at the same time.WinEditAllowed, WinEditMode
weNoneAuthorization to modify: No modification is allowed. WinEditAllowed, WinEditMode
wePositionAuthorization to modify: The end user can move the controls.WinEditAllowed, WinEditMode
weResizeControlAuthorization to modify: The end user can resize the controls.WinEditAllowed, WinEditMode
weSelectionAuthorization to modify: The end user can select the controls.WinEditAllowed, WinEditMode
weSizeAuthorization to modify: The end user can modify the size of controls.WinEditAllowed, WinEditMode
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help