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
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Example
// Deselects the current control
X is Control
X <- WinEdSelect(WIN_Form)
WinEdSelectMinus(WIN_Form, X)
Syntax
WinEdSelectMinus(<Window> , <Control used>)
<Window>: Window name
Name of the window or internal window to be used. This window must be in edit mode (WinEdActive).
<Control used>: Optional control
Control to deselect in the window. The selected control is returned by WinEdSelect.
  • If the multiple selection is allowed, the specified control is removed from the selection.
  • The function has no effect if the specified control is not selected.
If this parameter is not specified:
  • if the multiple selection is allowed, all the window controls are deselected.
  • if the multiple selection is not allowed, deselects the selected control.
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