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.
<Organizer>.Position (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
CSS Grid control properties
List of functions for managing windows...
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Errors while managing tables
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
HsMenu,Mark (External language)
Finds out whether a menu option is marked or not.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
3-tier architecture
The development in "3-tier" architecture is now simplified......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
7. Source Code Manager (SCM)
End of break block
The End of break block is optional......
WDLog: Backup of HFSQL tables
WDLog allows you to save all the HFSQL tables used by a WINDEV or WEBDEV application......
WDTestRest: REST web service test tool
WDTestRest is used to test the calls to an HTTP REST web service or to run a Web API accessible by HTTP......
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......