ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
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....
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....
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....
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Table>.AddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Table>.ToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
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.
1
2
3
4
5
6
138
>