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 a break from a Table control or from a Looper control. This break was added beforehand by BreakAdd.
Example
// Add a break on the date
xBreak is Control
xBreak <- BreakAdd(TABLE_Order.COL_Date, "BrkDate", brkHeader, 50)
 
//...
 
// Deletes the "xBreak" break
BreakDelete(xBreak)
Syntax
BreakDelete(<Break>)
<Break>: Control variable
Name of the Control variable corresponding to the break to delete.
Remarks
  • BreakDelete deletes both the break header and footer if they exist.
  • To hide a break defined in the editor, use the Visible property.
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