ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ...
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control).
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.EnumBreak (Function)
Enumerates the breaks found in a Table control.
<Word Processing>.InsertTable (Function)
Inserts a table into a Word Processing control.
grSourceSeries (Function)
Defines the source of a series.
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
BreakDelete (Function)
Deletes a break from a Table control or from a Looper control.
BreakDeleteAll (Function)
Deletes all breaks from a Table control or from a Looper control.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
DocInsertTableOfContents (Function)
Inserts a table of contents in a Word Processing document.
<Pivot table>.CalculateAll (function)
Entirely calculates or recalculates a Pivot Table control.
<Pivot table>.Filter (Function)
Enables or disables a filter on a Pivot Table control.
<Table>.AddColumn (Function)
Adds elements on the right of an Horizontal Table control.
<TreeView Table>.GiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
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......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
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.
<Pivot table>.SelectCount (Function)
Returns the number of selected cells in a Pivot Table control.
PVTHeaderValue (Function)
Returns the value displayed in a header of Pivot Table control.