AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de ventanas que pueden ser manipuladas por el usuario final
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Ejemplo
// Désélectionne le champ en cours
X is Control
X <- WinEdSelect(FEN_Formulaire) 
WinEdSelectMinus(FEN_Formulaire, X)
Sintaxis
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 multiple selection is enabled, all fields in the window are deselected.
  • if the multiple selection is not allowed, deselects the selected control.
Componente: wd310obj.dll
Versión mínima requerida
  • Versión 21
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 25/03/2025

Señalar un error o enviar una sugerencia | Ayuda local