ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
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...
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
MaskFormat (Function)
Formats a character string using an InputMask variable.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
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......
Size (Property)
The Size property is used to determine and change the size of an element.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
eCurrencyName (Function)
Returns the caption of a currency.
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Types of Edit controls
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Project description: Languages tab
The project description window allows you to configure various elements of your project......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
1
2
3
4
5
6
290
>