ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
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.
MaskFormat (Function)
Formats a character string using an InputMask variable.
Events associated with windows
List of events associated with windows...
Events associated with Table controls
List of events associated with Table controls...
WinStatus (Function)
Identifies or modifies the window status.
WINDEV: Windows created via the "window" RAD
The wizard for window creation proposes several types of windows associated with HFSQL tables......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
fWrite (Function)
Writes: a character string into an external file. a memory section....
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
SCM administrator: Available tools
The "Tools" tab in the SCM administrator allows you to......
Sending elements to Free Technical Support
2024 new features brochure: WINDEV new features
WINDEV 2024 new features in the 2024 New Features brochure....
Typing multilingual texts
For a multilingual application, you have the ability to......
Code snippets
The code editor allows you to enter "Code snippets"......
Android 10: Changing application behavior
Starting with Android 10, Google no longer allows an application running in the background to open a window
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Table,Add (External language)
Adds an element to a Table control.
GeometryCross (Function)
Compares two geometries and determines if their intersection spatially crosses.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...