ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
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....
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......
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....
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.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Handling Scheduler controls programmatically
A Scheduler control can be......
Specific features of the applications for iPhone/iPad