ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSuggestKey (Function)
Returns a list of keys to add to tables to improve query performance.
WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
HCheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server table (.FIC file). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
<Connexion HFSQL>CheckAsynchronousIndex (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server table (.FIC file). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
Report viewer: "Annotate" pane
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
Reports and Queries 2024: New WLanguage features
In version 28, new functions have been introduced and some of them have been improved......
How to?
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......