ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Break functions
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
Deletes all breaks from a Table control or from a Looper control. These breaks have been added beforehand by BreakAdd.
Example
// Groups the customers by Zip Code (ZC)
// 1. Delete the former breaks
BreakDeleteAll(TABLE_Customer)
// 2. Create the new break
BreakAdd(TABLE_Customer.ZC, "Brk_ZC")
TableSort(TABLE_Customer, "ZC")
Syntax
BreakDeleteAll(<Control to use>)
<Control to use>: Control name
Name of the control to be used:
  • Table control.
  • Looper control.
Remarks
  • BreakDeleteAll deletes all the breaks created by BreakAdd. The function has no effect if no break was created.
  • To delete a single break, use BreakDelete.
Component: wd290obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help