ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
iParameterPDF (Function)
Defines the options for the generated PDF file.
<PDF reader>.AddWatermark (Function)
Adds a watermark to all the pages of a PDF file in a PDF Reader control.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
1. Testing a site: Elements to be tested
Word Processing control functions
The following functions are used to manage Word Processing controls:...
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
SaaSAdminAddSite (Function)
Adds a SaaS site.
SaaSAdminModifySite (Function)
Modifies a SaaS site.
SaaSAdminDeleteSite (Function)
Deletes a SaaS site.
SaaSAdminFindSite (Function)
Find a site in the database of SaaS Webservice.
SaaSAdminFindClient (Function)
Finds a SaaS client account.
SaaSAdminListClient (Function)
Lists the client accounts of SaaS Webservice database.
SaaSAdminDeleteClient (Function)
Deletes a SaaS client account.
SaaSAdminModifyUser (Function)
Modifies a SaaS user.
SaaSAdminModifyPricing (Function)
Modifies a SaaS pricing.
SaaSAdminDeletePricing (Function)
Deletes a SaaS pricing.
SaaSAdminDeleteSubscription (Function)
Deletes a SaaS subscription.
<Document variable>.Save (Function)
Saves a document as a "docx" file.
<emailIMAPSession variable>.StartSession (Function)
Starts an IMAP session.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.