ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTML table
The HTML Table control allows you to create specific layouts in HTML pages...
The Cell control
The Cell control contains controls...
HTMLEditorInsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
<Source>.Close (Function)
Closes either a table or all tables opened by the current user: all corresponding physical tables are closed for the current user.
WEBDEV site deployment: automatic modification of tables
The automatic modification of the tables allows updating the description of tables on the Web server......
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
<Table>.DeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
Replication (Property)
The Replication property is used to: know the replication mode used for a table (table defined in the data model editor or programmatically defined). specify the replication mode used for a table (only for tables defined programmatically)....
14. Controls in practice
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic table......
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
<Table>.Adjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
Client/Server HFSQL table management
The HFSQL Control Center allows you to fully manage HFSQL Client/Server tables......
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
Programming table fields linked to a table
This page explains how to program data-bound Table controls......
Creating a table in a report
Tables can be created in a report......
<Table>.AddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
1
2
3
4
5
6
270
>