ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
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...
Extracting the text of the project
The following text can be extracted......
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
Message text file format
The text files created by WDMSG use a specific format......
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
Handling menu options programmatically
The menu options can be handled......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
TrafficInfo (Property)
The TrafficInfo property is used to: determine whether traffic information is displayed in the Map control. display or hide traffic information in the Map control....
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Compass (Property)
The Compass property is used to: display or hide the compass on a Map control, determine whether the compass is displayed on a Map control....
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
SCM file format evolutions
Four versions are available for the SCM repository......
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Apply (Function)
Executes a procedure for each element of a WLanguage array.
Reduce (Function)
Applies a computation to each element of a WLanguage array.