ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
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...
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
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.
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......
<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.
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
SCM file format evolutions
Four versions are available for the SCM repository......
Setup mode
Several methods can be used to distribute a WINDEV application......
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.