ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)...
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
ERR_CANNOT_CREATE_TMP
Enumeration (Type of variable)
An enumeration is a set of values......
Combination (Type of variable)
A combination is a set of options.
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
saasVisit (Type of variable)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
SQL functions for accessing the external databases
List of SQL functions used to access the external databases...
Query technical documentation
The query editor automatically creates a technical documentation for each query......
The Static control
A Static control is a control used to display a static text......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Android Control Center
Do you know where to find your application log files?...
Start of Break block (Break header)
The Start of break block is optional......
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
ERR_NO_APPLICATION