ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
<mongoCollection variable>.ExecuteCommand (Function)
Runs a generic command on a MongoDB collection.
18. Order of execution of the code of buttons/links
End of break block
The End of break block is optional......
<emailIMAPSession variable>.NbMessage (Function)
Returns the number of incoming messages in an IMAP session.
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
xlsClose (Function)
Closes an XLS file.
<emailSMTPSession variable>.SendMessage (Function)
Sends an email using SMTP
8. If you are already familiar with WINDEV
<Email variable>.LoadAttachment (Function)
Adds an attached file to an email.
<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.
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.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
<emailNotesSession variable>.CloseSession (Function)
Closes a Notes session.
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......