ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Table control
The Table allows users to easily view and enter data stored in memory or from a data file, view or query...
Table
The "Table" keyword can correspond to...
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications...
Reorder the data displayed in your tables
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
Sort the data displayed in your tables in one click
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows...
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first...
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table"...
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo...
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo...
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed...
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo...
OrientationTitle (Property)
The OrientationTitle property is used to: Find out if the title of an Table control column...
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed...
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table...
TitleColor (Property)
The TitleColor property is used to: get the text color of a column title in a Table or TreeView...
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table...
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control...
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView...
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
hbCreateTable (Function)
Creates an HBase table or modifies the description of an HBase table.
TotalsEnabled (Property)
in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations...