ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
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....
Set of procedures
The global procedures are grouped in set of procedures......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Automated tests: Emulation functions
List of automated tests: Emulation functions...
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
Events associated with breaks
Le menu contextuel d'un champ de saisie propose une option "Définir comme 1er champ en saisie"......
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Recompiling the project
The project compilation is a process used to......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
SCM administrator
The SCM administrator (Source Code Manager) allows you to handle the different projects included in the Source Code Manager......
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
Events associated with Calendar controls
List of events associated with Calendar controls...
Events associated with a Switch control
Events associated with Check Box controls
List of events associated with Check Box controls...
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Events associated with Image controls
List of events associated with Image controls...
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....