ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
Mask functions
The following functions are used to manage masks...
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
7. Multilingual sites in practice
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
Handling an Edit control programmatically
You can handle Edit controls programmatically......
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Screen,Get (External language)
Retrieves the value in a control or in a variable.
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
7. Multilingual applications in practice
17. WLanguage: a simple and powerful language
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
The Static control
A Static control is a control used to display a static text......
InvalidInputPreventExit (Property)
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
HsMenu,Select (External language)
Selects or deselects, makes invisible, marks or unmarks an option found in the current menu.
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
HtmlFormat (Property)
The HtmlFormat property is used to: find out whether an edit control accepts the input in HTML format. modify the input format of an edit control....
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Screen,Input (External language)
Starts the input in the controls of a window.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
1
2
3
4
5
6
162
>