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.
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Events associated with a Gantt Chart column
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Report controls
Several types of controls can be handled in a report created by the report editor......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
rssChannel (Variable type)
The rssChannel type is used to handle a RSS channel...
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
Managing Responsive Web Design in your Web pages
Websites can be viewed on several platforms......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min