AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Looper
  • 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
Collapses all expanded breaks in a Looper control.
Example
// Click the [4 stars only] Button control
LooperCollapseAll(LOOP_HOTEL)
nRow4Star is int
nRow4Star = LooperSearch(LOOP_HOTEL, ATT_NBSTARS, 4)
LooperExpand(LOOP_HOTEL, nRow4Star)
Syntax
LooperCollapseAll(<Looper control>)
<Looper control>: Control name
Name of the Looper control to be used.
If this parameter is an empty string (""), the current Looper control is used.
Remarks

Use conditions

LooperCollapseAll can be used on:
  • a Looper control based on a data file,
  • a Looper control populated programmatically.
WEBDEV - Browser code This function is not available for Linear Looper controls. This function is available for Looper controls in browser mode only.
WEBDEV - Server codePHP This function is available for Looper controls in Ajax mode, Looper controls in classic mode and Linear Looper controls.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 17
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/06/2023

Señalar un error o enviar una sugerencia | Ayuda local