ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
Segmented Button control
The Segmented Button control can be understood as a set of ON/OFF buttons grouped together in a single control......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts......
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
Map control events
The following events appear by default in the code editor of WINDEV, WINDEV Mobile and WEBDEV...
Editing WEBDEV project element styles
WEBDEV lets you manage all the WEBDEV element styles used in a project......
Creating the link buttons in the windows of a WINDEV RAD pattern
Open (Function)
Opens a modal WINDEV window.
iCreateFont (Function)
Creates a new print font.
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
IF statement
The conditional IF statement allows you to run an action according to a condition...
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......