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.
<Window>.EdLoad (Function)
Loads the changes made by the end user in a window.
HStatTime (Function)
Returns the time of the last update for the index statistics.
General environment of WINDEV
Initializes the different SQL variables with information relative to the last query run....
SQLLast (Function)
Sets the position on the last row of the query result.
DotNetError (Function)
Returns the error for the last .Net procedure that failed.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
pszWDGetLastError: Message of the last error
Retrieves the message corresponding to the last error that occurred......
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
ActionUndo (Function)
Cancels the last action performed by the end user.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
AAFExportParameter (Function)
Saves all customizations made via AAFs (Automatic Application Features) in a file.
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Creating a Java archive
When your Java application is developed, you can......
1. Examples provided with WINDEV Mobile
Exports a page contained in a Document variable in image format....
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
WDInst: Configuring the installation workstation
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
10. Project Management Hub
WINDEV Mobile includes a Project Management Hub to manage development projects....
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......