ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
WDZip: Overview
WDZip is used to compress and group your files in archives......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
12. Control templates
...Control templates...
4. Multiple generation
Project configurations allow you to easily define the "target" platforms of the project....
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......