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
LooperExpandAll(LOOP_HOTEL)
LooperCollapse(LOOP_HOTEL, nRow3Star)
LooperCollapse(LOOP_HOTEL, nRow4Star)
LooperCollapse(LOOP_HOTEL, nRow5Star)
Syntax
LooperExpandAll(<Looper control>)
<Looper control>: Control name
Name of the Looper control to be used.
If this parameter is equal to an empty string (""), the current Looper control will be used.
Remarks

Use conditions

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

Last update: 06/22/2023

Send a report | Local help