ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
iPrintReport (External language)
Prints a report created with the report editor.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
ParallelTaskExecute (Example)
Usage example of the ParallelTaskExecute function
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
fTrackStop (Function)
Stops monitoring a file or directory.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
OrganizerDeleteAppointment (Example)
Usage example of the OrganizerDeleteAppointment function
Hyper File functions available for backward compatibility
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
HRSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<Chart>.Interval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
HRSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
grScatter3DAddData (Function)
Adds a new point to display in a 3D Scatter chart.
GanttListTask (Example)
Usage example of the GanttListTask function
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......