ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
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...
IBANValid (Function)
Checks the validity of an International Bank Acount Number (IBAN).
Installing the HFSQL Server module
DriveDeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
<Variable Drive>DeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
SQL functions: Special case
List of SQL functions: Special case...
AAFImportParameter (Function)
Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
3. UML models in practice
PublicationDate (Property)
The PublicationDate property is used to get the date an element was last accessed.
NotesViewSeekLast (Function)
Seeks the last document found in the current view in Lotus Notes.
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
SNMPGetNext (Function)
Reads the value found after the last value retrieved for an SNMP agent.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
HaspHLEncrypt (Function)
Encrypts a character string by using the algorithms of the specified Hasp key.
Error 23: No END statement is associated with this WHILE
Error 22: No END statement is associated with this FOR
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.