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.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
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...
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Constants for managing masks
Input (Function)
Displays a message allowing the user to type an information.
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both in the window editor and programmatically......
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
TimePicker (Function)
Opens the system time picker.
DatePicker (Function)
Opens the system date picker.
Edit control
The Edit control allows users to enter data......
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
Multilingual project
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
MemoryFormat (Property)
The MemoryFormat property gets and sets the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static Text controls. editable combo boxes. table columns displayed by combo boxes....
Size (Property)
The Size property is used to determine and change the size of an element.
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
1
2
3
4
5
6
290
>