ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
PVTHeaderValue (Function)
Returns the value displayed in a header of Pivot Table control.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
PVTSelectCount (Function)
Returns the number of selected cells in a Pivot Table control.
<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.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Table>.InsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
<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.
HTMLEditorInsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
Functions for managing objects (External language)
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......