|
|
|
|
|
- Overview
- Handling the break headers and footers
- Functions associated with break headers and footers
- Properties associated with the break headers and footers
Looper control break properties
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> Note: These lines of code must be in the "Display 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:
| | LooperBreakIndex | Returns the index of the break header and footer for a given break in a Looper control. | LooperCollapse | Collapses a break that was expanded beforehand in a Looper control. | LooperCollapseAll | Collapses all expanded breaks in a Looper control. | LooperCollapseExpand | On a given row of a Looper control: - collapses a break (if it is expanded),
- expands a break (if it is collapsed).
| LooperExpand | Expands a break in the Looper control on a given row. | LooperExpandAll | Expands 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: In a window:
| | BackgroundColor | The BackgroundColor property is used to set the background color of a control, window, page or block of a report. | Collapsed | The Collapsed property is used to:- get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control.
- know or modify the wound/unwound status for:
- the breaks of a Table control,
- the breaks of a Looper control,
- the break headers and footers of Table and Looper controls,
- a Drawer control,
- a Ribbon control,
- a Navigation Bar control.
- a Pivot Table control in a report.
| Height | The Height property gets and sets the height:- of a control or block in a report.
- of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
- of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
- of a break cell in a Table or Looper control.
| Name | The Name property is used to get:- the name of the font associated with a Font variable.
- the name of a control, report or report block.
- the name of a control, group of controls or window.
- the name of a control, group of controls or page.
| Process | The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc. | Type | The Type property is used to get:- the type of element (data file or item) defined programmatically or in the data model editor, view or query.
- the type of object.
- the type of data held in a Variant.
| Visible | The Visible property is used to:- Find out whether an element is visible.
- Make an element visible or invisible.
| WinEditAllowed | The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode. | In a page (server code):
| | Alias | The Alias property is used to: - get or change the alias of a window (WINDEV and WINDEV Mobile).
- get or change the alias of a dynamic tab (WINDEV).
- get the internal HTML/JavaScript name of a control (WEBDEV).
| Collapsed | The Collapsed property is used to:- get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control.
- know or modify the wound/unwound status for:
- the breaks of a Table control,
- the breaks of a Looper control,
- the break headers and footers of Table and Looper controls,
- a Drawer control,
- a Ribbon control,
- a Navigation Bar control.
- a Pivot Table control in a report.
| FullName | The FullName property is used to find out the full name:- of a control.
- of a window.
- of a menu option.
- of a table column.
| Height | The Height property gets and sets the height:- of a control or block in a report.
- of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
- of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
- of a break cell in a Table or Looper control.
| InitialVisible | The InitialVisible property is used to determine if:- a control was visible during the first display of the associated window or page.
- a window was visible during its first display.
| MouseCursor | The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page. | Name | The Name property is used to get:- the name of the font associated with a Font variable.
- the name of a control, report or report block.
- the name of a control, group of controls or window.
- the name of a control, group of controls or page.
| Process | The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc. | Type | The Type property is used to get:- the type of element (data file or item) defined programmatically or in the data model editor, view or query.
- the type of object.
- the type of data held in a Variant.
| Visible | The Visible property is used to:- Find out whether an element is visible.
- Make an element visible or invisible.
| In a page (browser code):
| | Collapsed | The Collapsed property is used to:- get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control.
- know or modify the wound/unwound status for:
- the breaks of a Table control,
- the breaks of a Looper control,
- the break headers and footers of Table and Looper controls,
- a Drawer control,
- a Ribbon control,
- a Navigation Bar control.
- a Pivot Table control in a report.
| InitialVisible | The InitialVisible property is used to determine if:- a control was visible during the first display of the associated window or page.
- a window was visible during its first display.
| Type | The Type property is used to get:- the type of element (data file or item) defined programmatically or in the data model editor, view or query.
- the type of object.
- the type of data held in a Variant.
| In a page (PHP):
| | Alias | The Alias property is used to: - get or change the alias of a window (WINDEV and WINDEV Mobile).
- get or change the alias of a dynamic tab (WINDEV).
- get the internal HTML/JavaScript name of a control (WEBDEV).
| Collapsed | The Collapsed property is used to:- get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control.
- know or modify the wound/unwound status for:
- the breaks of a Table control,
- the breaks of a Looper control,
- the break headers and footers of Table and Looper controls,
- a Drawer control,
- a Ribbon control,
- a Navigation Bar control.
- a Pivot Table control in a report.
| Height | The Height property gets and sets the height:- of a control or block in a report.
- of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
- of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
- of a break cell in a Table or Looper control.
| InitialVisible | The InitialVisible property is used to determine if:- a control was visible during the first display of the associated window or page.
- a window was visible during its first display.
| Name | The Name property is used to get:- the name of the font associated with a Font variable.
- the name of a control, report or report block.
- the name of a control, group of controls or window.
- the name of a control, group of controls or page.
| Type | The Type property is used to get:- the type of element (data file or item) defined programmatically or in the data model editor, view or query.
- the type of object.
- the type of data held in a Variant.
| Visible | The Visible property is used to:- Find out whether an element is visible.
- Make an element visible or invisible.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|