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.
Background task functions
The following functions are used to manage background tasks...
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
Functions for managing objects (External language)
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
1. Managing emails
WINDEV includes multiple methods to manage emails...
The "Commands" pane
The "Commands" pane lists......
HFSQL Control Center: Scheduled optimization
The Control Center allows you to implement an automatic optimization mechanism for the database and its files using scheduled optimization tasks......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
Reloading a document
To reload a document, ......
Repairing the database schema
In some cases, an error message may appear when opening the database schema linked to a project......
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
AppServerDeleteScheduledTask (Function)
Deletes a scheduled task associated with the application (site or Webservice).