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.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
HFSQL Control Center: Optimize and repair data files
The HFSQL Control Center optimizes and repairs HFSQL data files in both Classic and Client/Server modes......
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
CursorDisplay (Function)
Displays or hides the mouse cursor.
Step 5: Site parameters
Once the site installed, you can define the site connection options......
Database management in Java WINDEV applications
This document presents the different access modes to databases from a WINDEV Java application......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
API (Function)
Runs a function found in an external DLL.
TouchZoom (Property)
The TouchZoom property allows you to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
ServiceWait (Function)
Pauses the current service during the specified duration.
Manipulating a Layout control programmatically
A Layout control can be......
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Generating and receiving a one-time code
In mobile applications, two-factor authentication is a common method used to verify a user's identity......
Project description: Options tab
The project description window allows you to configure various elements of your project......
.NET application
To create a.NET application from a project......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.