ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
PDFMerge (Function)
Merges several PDF files into a single PDF file. Files are merged one after the other. The paths of the PDF files can be included in an array.
Creating nested reports
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
WDSQL: Creating a SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
AI in the code editor
WINDEV, WEBDEV and WINDEV Mobile include a series of AI-based features......
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Events associated with pages
List of events associated with pages...
Compiler (Property)
The Compiler property gets and sets the compiler options in the Code Editor control, in particular, which functions are allowed or disallowed.
HLogStop (Function)
Stops the log process of a file.
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.