ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
MaskFormat (Function)
Formats a character string using an InputMask variable.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
fDir (Function)
Finds a file or directory.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
Creating the Form pages of a WEBDEV RAD pattern
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
OAuth2Parameters (Variable type)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Command (Variable type)
The Command type defines all the advanced characteristics of a command used for an executable file.
Starting WDOptimizer in a command line
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
USING IN (Critical section)
The instruction USE ... IN instruction automatically performs initialization and termination operations on critical sections.