ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Project description: Tables tab
The project description window allows you to configure various elements of your project......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
Programming custom calculations in Table controls
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
GanttAddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
GanttDeleteTask (Function)
Removes a task from a Gantt Chart column in a Table or TreeView Table control.
GanttDeleteAll (Function)
Removes all tasks from a Gantt Chart column in a Table or TreeView Table control.
<Table>.Sort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<Gantt chart>.AddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteAll (Function)
Removes all tasks from a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteTask (Function)
Removes a task from a Gantt Chart column in a Table or TreeView Table control.
JSONToTable (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.