ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Secure (Property)
The Secure property is used to configure the security level of data file encryption.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Creating the Form pages of a WEBDEV RAD pattern
Deletes a worksheet from the Excel document....
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Managing color palettes
Starting with version 2025, WINDEV and WINDEV Mobile include color palettes for projects and windows......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Filtering a table, a view or a query
A filter is used to define through programming a selection of records corresponding to one or more criteria......
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.