ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chart>.AxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
TreeStatus (Function)
Returns the status of a node: collapsed, expanded or not found.
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
TreeCollapse (Function)
Collapses a branch previously expanded.
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)...
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
Table control functions
List of functions specific to Table controls...
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
<Table>.FormulaDeleteAll (Function)
Deletes all rows added with <Table>.FormulaAdd.
<Table>.FormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
TableFormulaDeleteAll (Function)
Deletes all formulas added with TableFormulaAdd.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
13. Types of standard controls
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......