AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Tabla
  • Use conditions
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// Deselect row #5 i n the Table control "TABLE_Product"
TABLE_Product.SelectMinus(5)
Sintaxis
<Table control>.SelectMinus([<Index 1> [... [, <Index N>]]])
<Table control>: Nombre del control
Name of the control to be used. This control can correspond to:
  • a Table control.
  • a TreeView Table control.
<Index 1>: Entero opcional
Index of the first row to deselect. If this parameter is not specified, all the rows found in the specified control are deselected. <Table>.SelectMinus has no effect if this parameter corresponds to a row that is not selected. You can get the index of the selected row with <Table>.Select.
The function has no effect if this parameter corresponds to -1.
WEBDEV - Código ServidorWEBDEV - Código NavegadorPHP In "Server" Table controls, only one index can be specified.
<Index N>: Entero opcional
Index of the Nth row to deselect. If this parameter is not specified, all the rows found in the specified Table control are deselected. <Table>.SelectMinus has no effect if this parameter corresponds to a row that is not selected. You can get the index of the selected row with <Table>.Select.
WEBDEV - Código ServidorWEBDEV - Código NavegadorPHP In "Server" Table controls, only one index can be specified.
Observaciones

Use conditions

<Table>.SelectMinus 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.
    WEBDEV - Código ServidorPHP Reminder Multi-selection is not available for Table control fields in classic mode.
WEBDEV - Código ServidorPHP This function is available for Table controls in "Server" and "Server + AJAX" mode, and for TreeView Table controls.
WEBDEV - Código Navegador This function is available for Table controls in "Browser" mode only.
WEBDEV - Código Navegador The TreeView Table control is not available.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 19/09/2024

Señalar un error o enviar una sugerencia | Ayuda local