ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
The Upload control
The Upload control is used to upload files on the Web server......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Creating an executable: General options
The main executable options are as follows......
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....
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Print constants
List of constants used by the print functions....
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Global and local variable
Two types of variables are available......
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
WinStatus (Function)
Identifies or modifies the window status.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Handling a control through programming in a report
All report controls can be handled through programming......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Check model
You can use check models to easily create checks...
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....