ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
<EmailOutlookSession variable>.Update (Function)
Updates the messages of MS Exchange according to the email server.
<Word Processing>.Save (Function)
Saves a document as a "docx" file.
<Pivot table>.Save (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
<xmlDocument variable>.Save (Function)
Saves an XML document in a file.
<Document variable>.Save (Function)
Saves a document as a "docx" file.
<xlsDocument variable>.Save (Function)
Saves an XLS document.
<htmlDocument variable>.Save (Function)
Saves the content of an htmlDocument variable to an HTML file.
<WDPic variable>.Save (Function)
Saves the image contained in a WDPic variable.
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
SQL functions: Special case
List of SQL functions: Special case...
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
<Diagram editor>.Save (Function)
Saves a diagram as a "diag" file.
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<PDF reader>.Save (Function)
Saves the content of a PDF Reader to a file.
<Diagram variable>.Save (Function)
Saves a diagram as a "diag" file.
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
Make calculations easier with the calculator
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Printing nested reports
To create a main report containing several secondary reports:...