ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a table
DashDisplay (Function)
Refreshes elements in a Dashboard control.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position:
  • for a field linked to a file: changes made to the linked table are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
eYe magnet: contditional formatting of fields
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control...
<Kanban>.ListIndex (Function)
Returns the index of a list in a Kanban control.
TreeDelete (Function)
Deletes an element and all its "children" from a TreeView control.
PicOpen (Function)
Opens an image in an Image Editor control.
DiagramSelectPlus (Function)
Selects a shape in a Diagram Editor control.
LooperExpandAll (Function)
Expands all breaks in a Looper control with break.
<Map>.AddItinerary (Function)
Adds an itinerary onto a Map control.
MapGetJSObject (Function)
Returns the instance of the API of Map control.
<Word Processing>.Select (Function)
Selects a fragment in a Word Processing control.
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
SegmentedButtonDeleteAll (Function)
Deletes all the options from a Segmented Button control.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
Managing synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
Connected devices: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
LowerValue (Property)
The LowerValue property is used to: Get the lower bound of the interval currently selected in a Range Slider control. Change the lower bound of the interval currently selected in a Range Slider control....
UpperValue (Property)
The UpperValue property is used to: Get the upper bound of the currently selected interval in a Range Slider control. Change the upper bound of the currently selected interval in a Range Slider control....
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.