|
|
|
|
|
<Looper>.SelectPlus (Function) In french: <Zone répétée>.SelectPlus Selects a row in a Looper control. The selected row corresponds to the current row on which the selection bar is displayed. Note: The <Looper>.SelectPlus function can be used on both: - a Looper control based on a data file or populated programmatically.
- a single-selection or multi-selection Looper control.
Syntax
<Looper control>.SelectPlus([<Index 1> [... [, <Index N>]]])
<Looper control>: Control name Name of the Looper control to be 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. <Looper>.SelectPlus has no effect if this parameter corresponds to an already selected row. You can get the index of a selected row with <Looper>.Select. <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. <Looper>.SelectPlus has no effect if this parameter corresponds to an already selected row. You can get the index of a selected row with <Looper>.Select. Remarks "Select a row" event The "Select a row" event is not run when <Looper>.SelectPlus is called.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|