ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
MenuState (Function)
Identifies the state of an option in a context or drop-down menu, i.e., active, disabled or invisible.
Manipulating menu options programmatically
Menu options can be manipulated...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Image (Property)
The Image property gets and sets the background image of a control or block.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
Referring to an element in a WLanguage event / process
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
Associating documents with the project
To describe a project in detail, you can associate documents with it......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Window management functions (prefixed syntax)
List of functions for managing windows...
6. WEBDEV Account Manager
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
Custom properties (WLanguage)
A custom property is a code element with two events......
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
The Image control
The Image control is used to......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Report blocks
A printed report includes several sections......
Page Footer block
The Page footer block is run at the end of each page......
Scheduler report
The report editor allows you to create "Scheduler" reports....
Window management functions
List of functions for managing windows...
Inherited (Property)
The Inherited property is used to determine if an element is inherited.
8. If you are already familiar with WINDEV
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Alias (Property)
The Alias property gets the alias of an element.
Reports
A report provides a custom view of data......
<Image>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image control.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
<Array>.Min (Function)
Returns the lowest value in the array.
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.