ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing main window menus
A main menu is necessarily associated with a window...
Manipulating menu options programmatically
Menu options can be manipulated...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)...
Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
Report blocks
A printed report includes several sections......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
Programming automatic calculations in the columns of a Table control
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
Size (Property)
The Size property is used to determine and change the size of an element.
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
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......
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control.
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......