ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
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...
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
Constants for managing the windows
List of constants used by the functions for managing the windows...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
HDescribeFile (Function)
Describes a data file programmatically.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Installing a SOAP server with IIS
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
EmailGetAll (Function)
Retrieves all the emails found on a server.
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period: in a Calendar control. in an Organizer control. in a Scheduler control....
EndDate (Property)
The EndDate property is used to get and change the selected time period end date: in a Calendar control, in an Organizer control. in a Scheduler control....
saasUser (Type of variable)
The saasUser type is used to define the advanced characteristics of a user of SaaS site.
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......