ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Table functions
  • Assigning a text to a break row in a Table control
TableBreakIndex (Example)
Assigning a text to a break row in a Table control
This example assigns the value of the break column to the text of a break row in a Table control.
The following code must be included in the display code of the break.
// Code for displaying the break
// Retrieves the index of the break (BRK_BreakHeader)
BreakIndex is int = TableBreakIndex(BRK_BreakHeader)
 
// Fixes the value of the text in the break
TABLE_Articles[BreakIndex].STC_Supplier = "Articles from" + TABLE_Articles.COL_SupplierName
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/21/2023

Send a report | Local help