ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
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 number of elements......
DisplayEvenIfNull (Property)
The DisplayEvenIfNull property is used to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....
AAF: Increasing the height of the rows in the Table or Looper controls
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
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.
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.
<Table>.SortedColumn (Function)
Returns the list of sorted columns found in a table.
<TreeView Table>.GiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
Referring to an element in a WLanguage event / process
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.