ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ...
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control).
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
<Table>.AddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Automatic calculations in a Table control (AAF)
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
Combo Box columns in the Table controls (prefix syntax)
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Programming automatic calculations in the columns of a Table control
Events associated with Table controls
List of events associated with Table controls...
Programming the table cells
The Table controls can be handled......
PVTCollapseAll (Function)
Collapses all row and/or column headers in a Pivot Table control....
PVTExpandAll (Function)
Expands all row and/or column headers in a Pivot Table control....
<Pivot table>.ExpandAll (Function)
Expands all row and/or column headers in a Pivot Table control....
<Pivot table>.CollapseAll (Function)
Collapses all row and/or column headers in a Pivot Table control....
hbColumn (Type of variable)
The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase table.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Filling a Chart control
The data that will be displayed in the Chart control can come from......
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
1
5
6
7
8
9
106
>