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.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Events associated with TreeView controls
List of events associated with TreeView controls...
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
System constants
List of constants used by the system functions....
fWatchFile (Function)
Starts watching a file.
Generating the RAD pattern
To generate a RAD pattern:...
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
CurrentWin (Function)
Identifies the window currently in edit.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Transactions: Secure your processing of HFSQL tables
This chapter presents the following topics......
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......