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.
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipDeleteFile (Function)
Deletes a file from an archive.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Creating a flexible modeling
To create a new flexible modeling, you can......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
HTTPSendForm (Function)
Sends an HTTP form.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
TreeView constants
List of constants used by the TreeXXX functions...
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Changing the window content with a swipe gesture
The mobile devices propose several features available via finger movements......
iDestination (Function)
Configures the print destination.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Report based on a query
Queries are used to easily select records in one or more data files......