ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
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....
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.
WinLineDetails (Property)
The WinLineDetails property allows you to get and change the name of the internal window used to display the details of a row in a Table control.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
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....
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....
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.
<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>.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....
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....
1
3
4
5
6
7
147
>