ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
hbResultScan (Type of variable)
The hbScanResult type is used to define all the advanced characteristics of the result of an iteration performed in an HBase database.
Programming an indexed control
Crosstab report
The report editor allows you to create "Crosstab" reports......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
Events associated with a Gantt Chart column
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Table,Insert (External language)
Inserts an element into a table at a given position.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Count (Property)
The Count property returns the number of elements in a given set.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
11. Table/Looper controls
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......