ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
docElementFormula (Type of variable)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Miscellaneous Windows constants
List of constants used by the Windows functions....
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
HChangeKey (Example)
Usage example of the HChangeKey function