ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
BackgroundStyle (Property)
The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables....
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......
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......
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
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)....
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
LanguageToName (Function)
Returns the name of a language.
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
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.