|
|
|
|
|
LooperCollapseAll (Function) In french: ZoneRépétéeEnrouleTout Collapses all expanded breaks in a Looper control. // 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|