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.
Report based on a query
Queries are used to easily select records in one or more tables......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
HTTPSendForm (Function)
Sends an HTTP form.
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Arithmetic operators
The arithmetic operators are......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Events associated with Chart controls
List of events associated with the Chart controls...
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......