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.
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
Handling a control through programming in a report
All report controls can be handled through programming......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
Page contexts
In a Windows application, the information relative to a window is stored with the window......
HFSQL constants
List of constants used by the HFSQL functions....
Check model
You can use check models to easily create checks...
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
EmailCheckAddress (Function)
Checks the validity of an email address.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Generating an application for Universal Windows 10 App
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Automation object
The Automation keyword is used to declare an automation object...
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HStopServer (Function)
Stops an HFSQL server.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min