ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a table or populated programmatically). the number of the column currently in edit mode in the specified data-bound Table control (based on a table or populated programmatically)....
Programming custom calculations in Table controls
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
<Table>.Sort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<Table>.ToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
JSONToTable (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.