ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Help system properties
The properties of help system are used to define......
<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......
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a 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....
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
<Pivot table>.ToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (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.
<Table>.MoveColumn (Function)
Moves a column in a Table or TreeView Table control.
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
TableModifyLine (Function)
Modifies a row in: a Table control, a 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....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
1
5
6
7
8
9
319
>