ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
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....
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
<Array>.AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
2. Deploying a static site or a PHP site
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
Error 809: The * character cannot be used as mandatory parameter in a function
Managing the runtime errors
Some errors may occur in your application......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
Handling TimeLine controls programmatically
A TimeLine control can be......
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
Error 1017: The method is not global: use: to access it
25. Performing a process on several successive pages
Performing a process on several successive pages...
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Action Bar control functions
The following functions are used to manage the Action Bar control......
AttributeNote (Property)
The AttributeNote property gets the value of the <Note> extension attribute.
AttributeMapping (Property)
The AttributeMapping property gets the value of the <Mapping> extension attribute.
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Information 2104: This function is kept for backward compatibility