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.
AWP without UI
Bootstrap, Angular, React, Vue......
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
Component diagram
A component diagram shows the physical and static architecture of a system software......
DomoClose (Function)
Closes the communication opened by DomoOpen.
BarVisible (Property)
The BarVisible property is used to manage the selection bar on a column in a Table or TreeView Table control.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Reminder (Type of variable)
The Reminder type is used to describe and handle a reminder to inform the user of an appointment.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
grDraw (Function)
Draws a chart according to the specified parameters.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
DomoSwitchOn (Function)
Switches on one or more electrical devices compatible with the X10. protocol.
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
DomoSend (Function)
Sends a command to one or more electrical devices compatible with the X10 protocol.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Time and date management properties
List of properties for managing dates and times...
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......