ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

4. Monitor your applications
<mongoGridFS variable>.GetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
<emailIMAPSession variable>.RemoveFolder (Function)
Deletes a folder on an IMAP server.
<mongoGridFS variable>.GetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
<Document variable>.Add (Function)
Adds an element, document, paragraph, text, image or fragment to the end of a Document variable..
<Variable httpRequête>SendAsynchronous (Function)
Sends an HTTP request in asynchronous mode: the program continues to run and the response is processed by a specific procedure. This new feature is available as of WINDEV Suite SaaS 2025 Update 3....
<Polygon2D variable>.Area (Function)
Calculates the area of a polygon defined using 2D coordinates.
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
9. Monitor your sites, servers, etc.
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
StopWord (Property)
The StopWord property is used to define stopwords in a full-text index defined through programming.
Synonym (Property)
The Synonym property is used to define synonyms in a programmatically defined full-text index.
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
SSH functions
The following functions are used to connect and communicate with a SSH server:...
Facebook functions
List of Facebook functions...
DocChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.