ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Error 203: The procedure already has a scope attribute (local or global)
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Generating a class diagram
The generation is used to create the WINDEV classes ("......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Viewing a report in 3D
Your report displays controls that overlap?......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
5. Webservices
WINDEV allows you to easily use Webservices (or XML Web services)....
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
DocAdd (Function)
Adds: at the end of a Word Processing document: an element, a document, a paragraph, a text, an image or a fragment. at the end of a fragment: an element, a text or an image....
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Error 1050: This member already exists in the composite variable
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
ThumbnailImage (Property)
The ThumbnailImage property is used to: Get the image associated with an element of a ListView control. Change the thumbnail image associated with an element of a ListView control....
Keep-alive on connection
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......