AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de ventanas que pueden ser manipuladas por el usuario final
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
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Example
// Add a control and select the control
X is Control
X -> ControlCreate("STC" + GetIdentifier(), typStatic, 10, 10, 100, 24, True)
X.Caption = "New text"
WIN_Form.EdSelectPlus(X)
Syntax
<Window>.EdSelectPlus([<Control used>])
<Window>: Window name
Name of the window or internal window to be used. This window must be in edit mode (<Window>.EdActive).
<Control used>: Optional control
Control to select in the window.
  • If multiple selection is not enabled, the current selection is replaced with the specified control.
  • If multiple selection is enabled, the specified control is added to 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 the controls in the window are selected.
  • if multiple selection is not enabled, the function has no effect.
Remarks
Component: wd290obj.dll
Versión mínima requerida
  • Versión 27
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 20/06/2023

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