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...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Constants for managing projects
List of constants used by the functions for managing projects....
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
Guided tour management constants
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Socket constants
List of constants used by the functions for socket management....
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
ToastDisplay (Function)
Displays a "Toast" message.
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Handling an Upload control through programming
The Upload control is used to upload one or more files....
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
Code statistics
The code statistics affect......
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Outstanding progress bars
Simple or symmetric progress bar?...