ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Table control
  • Overview
  • Handling the break headers and footers
  • Functions associated with break headers and footers
  • Properties associated with the break headers and footers
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Properties associated with the breaks of a Table control
Overview
Several properties can be used with the breaks headers and footers found in a Table control. These properties can be used in a window or in a page.
To use these properties, the syntax is as follows:
<Table control>.<Name of break header/footer>..<Property name> = <Value>
or
<Name of break header/footer>..<Property name> = <Value>
Remark: These lines of code must be in the "Displaying a row of break header/footer" event.
Handling the break headers and footers

Functions associated with break headers and footers

The following functions are associated with the break headers and footers:
TableBreakIndexReturns the index of the break header and footer for a given break in a Table control.
TableCollapseCollapses:
  • a branch that was previously expanded in a TreeView Table control.
  • a break that was previously expanded in a Table control.
  • a detailed window displayed for a row.
TableCollapseAllCollapses:
  • the entire hierarchy (all nodes) of a TreeView Table control.
  • all breaks of a Table control.
TableExpandExpands:
  • a branch that was previously collapsed in a TreeView Table control.
  • a branch that was previously collapsed in a Table control.
  • a detailed window displayed for a row.
TableExpandAllExpands:
  • the entire hierarchy (all nodes) of a TreeView Table control.
  • all breaks of a Table control.

Properties associated with the break headers and footers

The following properties are associated with the break headers and footers:
    Minimum version required
    • Version 14
    This page is also available for…
    Comments
    Click [Add] to post a comment

    Last update: 03/05/2024

    Send a report | Local help