ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Reports
A report provides a custom view of data......
AttributeMapping (Property)
The AttributeMapping property gets the value of the <Mapping> extension attribute.
SpellSuggest (Function)
Returns the list of possible words found in the dictionary of OpenOffice that can correct a word that is misspelled.
Detailed use of WINDEV FTP/RPC
UploadCurrentFileSizeSent (Function)
Returns the size (in bytes) already sent for the file currently uploaded via an Upload control.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
Ad Hoc deployment
15. Cookies: information stored on the end user's computer
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Binding an Image control to an item
An Image control can correspond to an item found in a table, in a query,...
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Debugger: Step-by-step project execution
Running a project step-by-step allows you to start the debugger when launching the application......