ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
MyPage (Reserved word)
MyPage is used to handle the current page...
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
Error 2109: You are using the ObjectInfo function
TokenAllowDuplicate (Property)
The TokenAllowDuplicate property is used to: Allow or prevent the user from entering duplicates in a "Text token" Edit control. Determine if duplicates are allowed in a "Text token" Edit control....
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
fMoveDir (Function)
Moves a directory and its content.
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Creating the Relation pages of a WEBDEV RAD pattern
iParameter (Function)
Retrieves the printer configuration and configures the print.
WEBDEV license agreement
WEBDEV license agreement...
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min