ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
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......
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....
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
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....
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Programming custom calculations in Table controls (prefix syntax)
Print modes of a report
Several print modes are available for a report....
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
Comparison operators
The comparison operators can be divided into several categories......
Operator on Address
The & operator returns the address of a variable as an integer
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......