ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
Thumbnail control properties
List of properties associated with the Thumbnail control...
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
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....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
The key items
Keys are specific items in your analysis......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Report controls
Several types of controls can be handled in a report created by the report editor......
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
Calendar functions (prefix syntax)
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
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....
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......