ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Miscellaneous WEBDEV functions
List of various WEBDEV functions
WEBDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
New features in WEBDEV 2025
WEBDEV 2025 is available!
WEBDEV 2025 Tutorial - Table of contents
2025 new features brochure: WEBDEV new features
What's new in WEBDEV 2025 is presented in the What's new 2025 brochure.
2024 novelties brochure: WEBDEV novelties
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
New products brochure 28: WEBDEV new products
New features in WEBDEV 28 presented in the New Features brochure.
SEO of a WEBDEV website
In order for your site to get visitors, the Web users must be able to find it...
Analysis shared between earlier WINDEV applications and WINDEV 2025 applications
An analysis can be shared between a WINDEV application...
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV website, we recommend that you run the final tests from a test sever...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must...
Extern (Reserved word)
EXTERN is used to...
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control....
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated...
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
fListDisk (Function)
Returns the list of disks installed on the computer.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
Image (Property)
The Image property gets and sets the background image of a control or block.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points...
MongoGridFSGetFileInfo (Function)
Allows you to get information about a MongoDB file (gridFS).
MovementAPT (Property)
The MovementAPT property allows you to know and specify whether users can move appointments...
PeriodSelection (Property)
The PeriodSelection property is used to determine and specify if the user can select a time period...
Map control functions
Map control functions...
PDFMergeWithPassword (Function)
Merges several existing and password-protected PDF files into a single PDF file.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
HTTPRequest (Example)
Usage example of the HTTPRequest function
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced...
ChangeCharset (Example)
Usage example of the ChangeCharset function
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
MongoDeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB...
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.