ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
GanttChangeMode (Function)
Modifies the period (which means the number of days) displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
GanttDateTimePosition (Function)
Configures the first day and the first time displayed in a Gantt Chart column (found in a Table or TreeView Table control).
Automatic calculations in a Table control (AAF)
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
<Table>.SetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
<Table>.SwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
Creating a table in a report
Tables can be created in a report......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
BackgroundImageLine (Property)
The BackgroundImageLine property is used to get and change the background image of each row: of a Table control, of a TreeView Table control, of a 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.
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....