ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Looper functions
  • "Select a row" event
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
LooperSelectPlus (Function)
In french: ZoneRépétéeSelectPlus
Selects a row in a Looper control. The selected row corresponds to the current row on which the selection bar is displayed.
Remark: LooperSelectPlus can be used on:
  • a Looper control based on a data file or populated programmatically.
  • a single-selection or multi-selection Looper control.
Example
// Select the row 5 in the "LOOP_Product" Looper control
LooperSelectPlus(LOOP_Product, 5)
Syntax
LooperSelectPlus(<Looper control> [, <Index 1> [... [, <Index N>]]])
<Looper control>: Control name
Name of the Looper control to be used.
If this parameter corresponds to an empty string (""), the Looper control to which the current event belongs is used.
<Index 1>: Optional integer
First index of the row to select.
If this parameter is not specified, all the rows found in the specified Looper control are selected. LooperSelectPlus has no effect if this parameter corresponds to an already selected row. You can get the index of a selected row with LooperSelect.
<Index N>: Optional integer
Nth index of the row to select.
If this parameter is not specified, all the rows found in the specified Looper control are selected. LooperSelectPlus has no effect if this parameter corresponds to an already selected row. You can get the index of a selected row with LooperSelect.
Remarks

"Select a row" event

The "Select a row" event is not run when LooperSelectPlus is called.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help