ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Segmented Button control properties
You can manipulate Segmented Button controls in a window using various WLanguage properties......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. know or modify the wound/unwound status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
9. Types of standard controls
Types of standard controls...
Error 303: ambiguous control name
Manipulating HTML Display controls programmatically
The HTML Display control displays a web page in an application......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Looper control functions (prefix syntax)
List of Looper control functions (prefix syntax)...
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Size (Property)
The Size property is used to determine and change the size of an element.
diagConnectionPoint (Type of variable)
The diagConnectionPoint type is used to define all the advanced characteristics of a connection point (i.e. point around a shape that a connector snaps to) in a Diagram Editor control.
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Table>.Display (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....
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....