ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.Count (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....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.Position (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.Add (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<Table>.Insert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.Delete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.Modify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Functions for managing TreeView Table controls (prefix syntax)
List of functions for managing TreeView Table controls...
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....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
OrientationTitle (Property)
The OrientationTitle property is used to: Find out if the title of an Table control column (or all Table control columns) are tilted.. Tilt or not the title of an Table control column (or of all Table control columns)....
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
TableDeleteSelect (Function)
Deletes the selected rows from 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>.DeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
1
2
3
4
5
6
67
>