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.
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV offer an automatic management of Drag and Drop....
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Compilation options (HLP format)
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Linking a data-bound Table control to a table or query
A Table control can be used to display the content of a table or query......
ERR_DISCONNECTED_UPDATE
Managing assertions
...The main available features are as follows:...
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
10. Page templates
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
On/Off button in a window
The on/off button is a button that operates like a check box......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
Common project
Projects are often cross-platform......
AssistedInputOpen (Function)
Opens the list of suggestions of an Edit control.
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
ReplicSynchro: Overview
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......