ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
SocketRead (Function)
Retrieves a message sent by another socket.
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Accessing a database via a web service
The database can be accessed via a web service......
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
WDZip: Creating or modifying an archive
This help page explains how to......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
zipCreate (Function)
Creates an archive.
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Automatic management of exceptions
The management of exceptions can be customized by process......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Creating nested reports
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min