ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Looper functions
  • Use conditions
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
Expands all breaks in a Looper control with break.
Example
// Click the [1.2 stars only] Button control
LOOP_HOTEL.ExpandAll()
LOOP_HOTEL.Collapse(nRow3Star)
LOOP_HOTEL.Collapse(nRow4Star)
LOOP_HOTEL.Collapse(nRow5Star)
Syntax
<Looper control>.ExpandAll()
<Looper control>: Control name
Name of the Looper control to be used.
Remarks

Use conditions

<Looper>.ExpandAll can be used on:
  • a Looper control based on a data file,
  • a Looper control populated programmatically.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help