ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
<emailOutlookSession variable>.CloseSession (Function)
Closes an Outlook session.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
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......
<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.
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
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.
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.
PicResize (Function)
Resizes a WDPic image.