ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is 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>.EdSelectPlus (Function)
Selects a control 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>.EdRestore (Function)
Undoes all the modifications made by the end user ("Allow end users to modify the UI" option enabled).
AAF: Sort/Search/Filter on the columns of Table controls
Native Oracle Connector for WINDEV and WEBDEV
Native SQL Server Connector for WINDEV and WEBDEV 2024
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
ERR_MISSING_PAGE
ERR_ALREADYCONNECTED
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
13. Print: Reports
WINDEV reports...
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......