ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SCM: Adding an element to the repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
5. The following files are automatically created
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
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....
fWrite (Example)
Usage example of the fWrite function
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
PostgreSQL Native Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
GanttLink (Variable type)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
The single-part and multi-part archives
Two types of archives are available......
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
HReadLast (Example)
Usage example of the HReadLast function