|
|
|
|
|
TableSelectMinus (Function) In french: TableSelectMoins Deselects a row from a Table or TreeView Table control. The selected row corresponds to the current row on which the selection bar is displayed.
TableSelectMinus(TABLE_Produit, 5)
Syntax
TableSelectMinus(<Table control> [, <Index 1> [... [, <Index N>]]])
<Table control>: Control name Name of the control to be used. This control can correspond to: - a Table control.
- a TreeView Table control.
If this parameter corresponds to an empty string (""), the control to which the current process belongs will be used. <Index 1>: Optional integer Index of the first row to deselect. If this parameter is not specified, all the rows found in the specified control are deselected. TableSelectMinus has no effect if this parameter corresponds to a row that is not selected. You can get the index of the selected row with TableSelect. The function has no effect if this parameter corresponds to -1.
<Index N>: Optional integer Index of the Nth row to deselect. If this parameter is not specified, all the rows found in the specified Table control are deselected. TableSelectMinus has no effect if this parameter corresponds to a row that is not selected. You can get the index of the selected row with TableSelect.
Remarks Use conditions TableSelectMinus can be used on: - Table or TreeView Table controls based on a data file.
- Table or TreeView Table controls populated programmatically.
- single-selection or multi-selection controls.
 Reminder: Multi-selection is not available for Table fields in Classic mode.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|