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...
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Find/Replace in the current project
The "Find/Replace" feature is used to......
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)......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Creating the Form windows of a WINDEV RAD pattern
ChangeAction (Example)
Usage example of ChangeAction
WINDEV and the SOAP protocol
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
AdLoaded (Property)
The AdLoaded property indicates whether an ad is currently loaded (and displayed) in the Ad control.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
ThreadExecute (Function)
Starts the execution of a secondary thread.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
BottomIndent (Property)
The BottomIndent property gets and sets the space at the bottom of the text (bottom margin) in a control.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Handling TimeLine controls programmatically
A TimeLine control can be......