ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Animation functions
WINDEV proposes several WLanguage functions for managing animations......
<Map>.DeleteAll (Function)
Deletes the following from a Map control: all markers, use any shape you want, all images....
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, use any shape you want, all images....
ShapeExtremityStart (Property)
The ShapeExtremityStart property gets and sets the source end shape of a Wire control.
eYe magnet: conditional formatting of controls
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......
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
GanttAddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
IndentLineDetails (Property)
The IndentLineDetails property is used to get or change the value of the left indent of the internal window that shows the details of a row of a Table control.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
<Gantt chart>.AddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
Gantt functions (prefix syntax)
The following WLanguage functions are used to manage Gantt charts......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......