ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Input (Function)
Displays a message allowing the user to type an information.
Image control: the supported formats
The supported image formats are as follows:...
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
Automatic error handling
Error handling can be customized for each process......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
The Static control
A Static control is a control used to display a static text......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
7. Multilingual sites in practice