ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
OrientationTitle (Property)
The OrientationTitle property is used to: Find out if the title of an Table control column (or all Table control columns) are tilted.. Tilt or not the title of an Table control column (or of all Table control columns)....
TitleColor (Property)
The TitleColor property is used to: get the text color of a column title in a Table or TreeView Table control. set the text color of the title of one or all columns in a Table or TreeView Table 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....
<Table>.Adjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
TableAdjust (Function)
Adjusts the title and size of columns found in a 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.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
Creating a table in a report
Tables can be created in a report......
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
<Table>.AddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Accessibilité (Property)
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
TitleBackgroundColor (Property)
The TitleBackgroundColor property is used to get and change the background color of a column title in a Table or TreeView Table control.
AutomaticTooltip (Property)
The AutomaticTooltip property is used enable or disable automatic tooltips on List Box, Table and TreeView Table controls.
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....
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
ERR_NO_TABLE
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...