ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Handling controls in a report
The different operations available for the report controls are as follows......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Z-index of a control
All the controls in a window or report have a different z-index......
Referring to an element in a WLanguage event / process
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Events associated with formatted display controls
List of events associated with formatted display controls...
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Events associated with Java Applet controls
List of events associated with Java Applet controls...
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Associating an identifier with an element found in a TreeView control
The different methods to associate an identifier with an element found in a TreeView control....
Events associated with List Box controls
List of events associated with List Box controls...
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Handling a TreeView control at runtime
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements....
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......