ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Automation object
The Automation keyword is used to declare an automation object...
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Combination (Type of variable)
A combination is a set of options.
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
Debugging without using a debugger
In some cases, running a program or a site with or without the debugger can produce different results......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min