ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
RegistrySetValue (Example)
Usage example of the RegistrySetValue function
RegistryCreateKey (Example)
Usage example of the RegistryCreateKey function
Simple statements
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
JSONToVariant (Example)
Usage example of the JSONToVariant function
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Software license agreement
WINDEV Express license agreement...
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Sliding Banner control properties
The WLanguage properties can be used to handle ......
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
StatMax (Example)
Usage example of the StatMax function
StatMin (Example)
Usage example of the StatMin function
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.