ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Site test in practice
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
WINDEV 2024 Tutorial - Table of contents
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
Error (Function)
Displays a custom error message in a system error window.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
14. Generation modes
Generation modes...
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
5. User Groupware in practice
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
The options of the User Groupware
An application is often intended to be used by several users connected via a network......