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.
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Document (Type of variable)
The Document type is used to handle a "docx" document.
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
Break in a report
The break is used to group the records corresponding to a sort criterion......
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Other operators
The following are additional operators......
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
HDescribeConnection (Function)
Describes a new connection to an external database.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
Camera control in a mobile application
The Camera control is used to......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
Import a list of requirements
The Project Management Hub allows you to import requirements......