ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
Kanban control events
The following events are associated with Kanban controls......
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
Project description: Style tab
The project description window allows you to configure various elements of your project......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Outstanding progress bars
Simple or symmetric progress bar?...
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
Removing a project from the SCM (Source Code Manager)
16. Protecting access to the site: passwords
5. User Groupware in practice
Obtaining an SSL certificate for IIS2 (2.0 or later)
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
Creating user accounts
A User account allows the server administrator to......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
Variable scope
Variables can be declared anywhere in the code....