ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

JSONToTable (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
<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>.ToXML (Function)
Creates an XML file from the data found 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.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
<Table>.fromJSON (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
The different types of Table fields: programmatically, file with or without direct access
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Control animations
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Implement journaled replication: Modify database schema
Log-based replication can be implemented in the data model editor......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Joins between the tables of a select query
When several tables are used in a query, the query editor automatically searches for the links between these tables described in the database schema......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.