ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xlsDocument variable>.Save (Function)
Saves an XLS document.
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
Background task management functions
The following functions are used to manage background tasks...
<Sliding Banner>.Last (Function)
Displays the last plane of a Sliding Banner control.
<Document variable>.Save (Function)
Saves a document as a "docx" file.
<Word Processing>.Close (Function)
Closes the docx file associated with the Word Processing control and frees the document.
<Word Processing>.Save (Function)
Saves a document as a "docx" file.
<Document variable>.Close (Function)
Closes the docx file associated with the Document variable and frees the document.
<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.
<zipArchive variable>.Close (Function)
Closes an archive.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
<AutomaticEvent variable>.Close (Function)
Closes a synchronization event between several threads.
<ManualEvent variable>.Close (Function)
Closes a synchronization event between several threads.
<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.
Time and date management properties
List of properties for managing dates and times...
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
pszWDGetLastError: Message of last error
Retrieves the message corresponding to the last error that occurred......
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
Associating a control with a tab pane
Methods to associate a control with a tab pane......