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....
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
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>.DeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
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.
<Pivot table>.Save (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
<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.
Creating a table in a report
Tables can be created in a report......
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......
<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.
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
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.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......