ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
TitleColor (Property)
The TitleColor property is used to: get the text color of a column title in a Table or TreeView Table control. set the text color of the title of one or all columns in a Table or TreeView Table control....
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Table>.MoveColumn (Function)
Moves a column in a Table or TreeView Table control.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
TableToExcel (Function)
Creates an Excel file with the data 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.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
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....
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>.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....
1
2
3
4
5
6
67
>