AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Looper
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
LooperSelectMinus (Function)
In french: ZoneRépétéeSelectMoins
Deselects a row in a Looper control. The selected row corresponds to the current row on which the selection bar is displayed.
Remark: LooperSelectMinus can be used on:
  • a Looper control based on a data file or populated programmatically.
  • a single-selection or multi-selection Looper control.
Example
// Deselects row 5 in the "LOOP_Product" Looper control
LooperSelectMinus(LOOP_Product, 5)
Syntax
LooperSelectMinus(<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 used is the Looper control to which the current event belongs.
<Index 1>: Optional integer
First index of the row to deselect.
If this parameter is not specified, all the rows found in the specified Looper control are deselected. LooperSelectMinus has no effect if this parameter corresponds to an unselected row. You can get the index of the selected row with LooperSelect.
<Index N>: Optional integers
Nth index of the row to deselect.
If this parameter is not specified, all the rows found in the specified Looper control are deselected. LooperSelectMinus has no effect if this parameter corresponds to an unselected row. You can get the index of the selected row with LooperSelect.
Business / UI classification: UI Code
Component: wd290obj.dll
Versión mínima requerida
  • Versión 10
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