ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
11. Controls in practice
Discover the main characteristics of the controls...
14. Controls in practice
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
LooperSelectPlus (Function)
Selects a row in a Looper control.
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Environment of the window editor
The main elements of window editor are as follows:
AAF: Context menu of Image controls
A context menu is available for Image controls......
1
4
5
6
7
8
228
>