ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
<xlsDocument variable>.Close (Function)
Closes an XLS file.
<xlsDocument variable>.Save (Function)
Saves an XLS document.
<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......
<zipArchive variable>.Close (Function)
Closes an archive.
Associating a control with a tab pane
Methods to associate a control with a tab pane......
<Diagram editor>.Save (Function)
Saves a diagram as a "diag" file.
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<DiskFile variable>.Close (Function)
Closes an external file.
<PDF reader>.Save (Function)
Saves the content of a PDF Reader to a file.
Date and Time management functions
List of functions for managing dates and times...
<Diagram variable>.Save (Function)
Saves a diagram as a "diag" file.
WEBDEV Page control properties
The following properties are associated with WEBDEV Page controls ......
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......