ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
MaskFormat (Function)
Formats a character string using an InputMask variable.
Properties associated with HTML Display controls
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
The Table control
The Table allows users to easily view and enter data stored in memory or from a table, view or query......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of the HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
Camera control in a mobile application
The Camera control is used to......
Archiving function constants
List of constants used by the archiving functions....
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
The Upload control
The Upload control is used to upload files on the Web server......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Installing a Webservice (old format)
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
PageDisplay (Function)
Displays a web page in the user's browser....
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Testing and debugging an application on an Android device
All developers appreciate the possibility to debug an application directly on the device......
Code editor: Display options
The code editor proposes several display options......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......