ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Looper 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 Looper control
Overview
Several properties can be used with the breaks headers and footers in a Looper control. These properties can be used in a window or in a page.
To use these properties, the syntax is as follows:
<Looper name>.<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:
LooperBreakIndexReturns the index of the break header and footer for a given break in a Looper control.
LooperCollapseCollapses a break that was expanded beforehand in a Looper control.
LooperCollapseAllCollapses all expanded breaks in a Looper control.
LooperCollapseExpandOn a given row of a Looper control:
  • collapses a break (if it is expanded),
  • expands a break (if it is collapsed).
LooperExpandExpands a break in the Looper control on a given row.
LooperExpandAllExpands all breaks in a Looper control with break.

Properties associated with the break headers and footers

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

    Last update: 03/05/2024

    Send a report | Local help