ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
Creating the Form pages of a WEBDEV RAD pattern
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
How to perform a full file browse?
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Setup directory
The setup wizard allows you to configure the setup directory of application....
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
FolderData (Function)
FolderData is kept for backward compatibility.
SQLConnect (Example)
Usage example of the SQLConnect function
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Speech synthesis in the mobile applications
The phones can talk!......
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....