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...
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
16. Application test in practice
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Menu management functions
List of functions for managing menus...
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Log (Function)
Calculates the decimal logarithm of a numeric value.
Sin (Function)
Returns the sine of an angle.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
MapModifyShape (Function)
Modifies a shape drawn on the map displayed in a Map control.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
8. If you are already familiar with WINDEV
Cos (Function)
Calculates the cosine of an angle.
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.