ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ModifierPanelVisible (Property)
The ModifierPanelVisible property is used to: determine if the "Modifier" panel is displayed in a Diagram Editor control. show or hide the "Modifier" panel in a Diagram Editor control....
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
LibraryPanelVisible (Property)
The LibrayPanelVisible property is used to: determine if the "Library" panel is displayed in a Diagram Editor control. show or hide the "Library" panel in a Diagram Editor control....
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Break in a report
The break is used to group the records corresponding to a sort criterion......
Reports
A report provides a custom view of data......
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
Feedback component
The Feedback component is a component provided with WINDEV......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed to the left of a row in a TreeView control. Show or hide a checkmark to the left of a row in a TreeView control....
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
The Carousel control
The Carousel control is used to display an animated menu made of images......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......