ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Count (Property)
The Count property returns the number of elements in a given set.
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
Status bar of windows
The status bar of a window is used to display several types of information......
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....
Global and local variable
Two types of variables are available......
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL if its content is empty. Configure the value returned by the control if its content is empty....
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......