ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<sysNotificationProgressBar variable>.Update (Function)
Updates the characteristics of a progress bar present in a system notification. This new function is available from WINDEV Suite SaaS 2025 Update 1....
<emailOutlookSession variable>.CloseSession (Function)
Closes an Outlook session.
8. If you are already familiar with WINDEV
<hdfsConnection variable>.CreateDirectory (Function)
Creates a directory on a Hadoop server.
<hdfsConnection variable>.List (Function)
Lists the content of a directory found on a Hadoop server.
<mongoDatabase variable>.CreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<Drive variable>.CopyFile (Function)
Copies a single file on a remote drive to another directory on same drive.
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
4. UI: Windows
IU of windows...
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
<emailNotesSession variable>.CloseSession (Function)
Closes a Notes session.