ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
<Table>.SearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
hbCreateTable (Function)
Creates an HBase table or modifies the description of an HBase table.
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
<Table>.ToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
<Table>.DeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Programming custom calculations in Table controls
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Multilingual project
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
1
5
6
7
8
9
191
>