ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Table control
The Table allows users to easily view and enter data stored in memory or from a data file, view or query...
Table
The "Table" keyword can correspond to...
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications...
<Pivot table>.HeaderValue (Function)
Returns the value displayed in a header of Pivot Table control.
<Pivot table>.ToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
<TreeView Table>.AddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
<Pivot table>.Select (Function)
Allows you to find out the position of selected cells and to select cells in a Pivot Table control.
<TreeView Table>.MoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table...
<TreeView Table>.SwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table...
<TreeView Table>.ChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
<TreeView Table>.ItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf)...
<TreeView Table>.DeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
<TreeView Table>.GiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
<TreeView Table>.GiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
<TreeView Table>.InsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table...
<TreeView Table>.SortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
<Pivot table>.SelectCount (Function)
Returns the number of selected cells in a Pivot Table control.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control...
Events associated with Table controls
List of events associated with Table controls...
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count...
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table...
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
1
4
5
6
7
8
54
>