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, ...
<emailOutlookSession variable>.CloseSession (Function)
Closes an Outlook session.
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
Custom properties (WLanguage)
A custom property is a code element with two events......
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
<httpRequest variable>.GetCookie (Function)
Retrieves the cookies read by a call to HTTPSend for an HTTP domain.
<emailSMTPSession variable>.CloseSession (Function)
Closes an SMTP session.
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
<WBAdminAuth variable>.UpdateAccount (Function)
Updates the parameters of a WEBDEV account in a WEBDEV Application Server.
<WBAdminAuth variable>.DeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
<WBAdminAuth variable>.CreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
Identifier (Property)
The Identifier property is used to get and change the identifier of an element.
2. Types of setup
Types of setup...
Replication: The different types
The data replication is a powerful feature......
<mongoGridFS variable>.ListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
<mongoCollection variable>.Find (Function)
Finds documents in a MongoDB collection.
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
<mongoGridFS variable>.GetFileInfo (Function)
Used to get information about a MongoDB file (gridFS).
<mongoGridFS variable>.DeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
<mongoGridFS variable>.DeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
PicResize (Function)
Resizes a WDPic image.