ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
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......
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....
hbTableDescription (Variable type)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
HNext (Function)
Sets the position on the next table record according to a browse item.
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......
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the table. This item was defined in the data model editor or programmatically. Define whether the value of a calculated item is stored in the table (when describing the item through programming)....
HPrevious (Function)
Sets the position on the previous record of the table according to a browse item.
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
HLast (Function)
Sets the position on the last record of a table according to a browse item.
HAlias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
HReadNext (Function)
Sets the position on the next table record according to a browse item.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
WDConver: Use in interactive mode
Before you start using WDConver, you must have......
Programming automatic calculations in the columns of a Table control
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
Table,Get (External language)
Retrieves the value of a given element or the value of the selected element in a table.
PVTCollapseAll (Function)
Collapses all row and/or column headers in a Pivot Table control....
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.