ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
The Spin control
A Spin control is used to increase or reduce a value found in a control......
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
Managing main window menus
A main menu is necessarily associated with a window......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Principle for running threads
At runtime, an application runs in a main thread......
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
Using a query with parameters
A query with parameters can be used......
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
The Calculated control
The "Calculated" control is used to perform calculations in a report......
The "Commands" pane
The "Commands" pane lists......
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
SpellAvailable (Function)
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions).
Error 1033: The access directives are not allowed in a structure
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......