ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
API (Function)
Runs a function found in an external DLL.
Creating a Java archive
When your Java application is developed, you can......
Different types of data (Type of variable)
A variable is defined by name and type......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
HIndex (Function)
Rebuilds the file index (".NDX" file).
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Guided tour management constants
HDescribeConnection (Function)
Describes a new connection to an external database.
Declaring and using a variable
A variable is defined by name and type......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
How to open a page?
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
The single-part and multi-part archives
Two types of archives are available......
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.