ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
<Table>.SelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file.
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
<Calendar>.SelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
<Table>.DeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
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)....
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
<TreeView>.SelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
Creating a table in a report
Tables can be created in a report......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
ERR_NO_TABLE
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Properties associated with the areas defined in Zoning mode
Defining columns of Table controls programmatically
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....