ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure....
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Project portfolio
From version 25, you can create "project portfolios"......
Testing and debugging an application on an Android device
All developers appreciate the possibility to debug an application directly on the device......
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.