ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
Mask functions
The following functions are used to manage masks...
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
SpreadsheetAddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
DashDisplay (Function)
Refreshes elements in a Dashboard control.
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
SMSSend (Function)
Sends an SMS.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
MatError (Example)
Usage example of the MatError function
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
AccessibilityScreenReaderEnabled( Function)
Finds out whether the screen reader is Active.
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
MemCreate (Function)
Creates a memory area.
3. Managing sockets
WINDEV includes advanced socket management functions....
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
EmailReadLast (Example)
Usage example of the EmailReadLast function
HTTP constants
List of constants used by the HTTP functions....
SysLinkExtension (Function)
Associates an extension (.txt, .avi, etc.) to a default execution program.
3. UML models in practice