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.
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
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...
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
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.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Reduce (Function)
Applies a computation to each element of a WLanguage array.
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......
Description (Property)
The Description property is used to get and change the description of an element.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
WithScroll (Property)
The WithScroll property is used to: enable or disable the scroll gesture on a Map control, determine whether the scroll gesture is enabled on a Map control....
WithRotation (Property)
The WithRotation property is used to: enable or disable the rotate gesture on a Map control, determine whether the rotate gesture is enabled on a Map control....
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
WithTilt (Property)
The WithTilt property is used to: enable or disable the tilt gesture on a Map control, determine whether the tilt gesture is enabled on a Map control....
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......
Configuring an application with User Groupware
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......