ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Combo Box control functions
List of functions for handling the Combo Box controls...
Handling a control through programming in a report
All report controls can be handled through programming......
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
Error 203: The procedure already has a scope attribute (local or global)
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Designing a supercontrol
A supercontrol is an advanced type of control......
Automatic calculations in a Table control (AAF)
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Report controls
Several types of controls can be handled in a report created by the report editor......
Programming an indexed control
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......