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.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Installing the HFSQL Server module
Sets the position on the first record of a data file according to the specified browse item....
IBANValid (Function)
Checks the validity of an International Bank Acount Number (IBAN).
<Word Processing>.Redo (Function)
Restores the last undone action on a Word Processing control.
Installing the HFSQL Server module
Modifies or returns the sound volume....
Replication vocabulary
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
HFSQL Client/Server: Configuring the server
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
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)....
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...
Native Access to SAP
SAP is a widely used ERP......
NotesViewSeekLast (Function)
Seeks the last document found in the current view in Lotus Notes.
PublicationDate (Property)
The PublicationDate property is used to get the date an element was last accessed.
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