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
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
Nota: Estas funciones también están disponibles en la sintaxis con prefijo (Funciones para la gestión de los controles de la Tabla (sintaxis con prefijo)).
Las siguientes funciones se utilizan para gestionar los controles de la Mesa:
BuildBrowsingTableCreates a Table control from the items of a data file (view or query).
FileToMemoryTablePopulates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
JSONToTableRellena un control Tabla o Tabla TreeView con el contenido de una cadena o variable JSON.
TableAddAdds a row in:
  • a Table control,
  • a TreeView Table control,
  • a Combo Box control "with table" (Table control displayed in a Combo Box control).
Novedad versión 2025
TableAddBeginning
Agrega una fila en la parte superior de un control Tabla infinita. La fila se inserta antes de la primera fila del control Tabla. La posición de desplazamiento del control Tabla no cambia.
TableAddColumnAdds elements on the right of an Horizontal Table control.
TableAddInProgressObtiene o establece el modo de visualización de la ventana interna de carga utilizada cuando se cargan elementos adicionales en un control Tabla infinita.
TableAddLineAgrega una fila en:
  • un control Tabla,
  • un control Tabla TreeView.
TableAddLineWithAnimationAdds a row to a Table or TreeView Table control with an animation.
TableAddTitleHeaderAdds a column title-header into a Table or TreeView Table control in a window.
TableAdjustAdjusts the title and size of columns found in a Table or TreeView Table control.
TableBreakIndexReturns the index of the break header and footer for a given break in a Table control.
TableCellSelectReturns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
TableCellSelectOccurrenceReturns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
TableCollapseExpandContrae o expande un elemento de un control Tabla o Tabla TreeView.
TableColumnIndexReturns the index of a column in a Table or Treeview Table control.
TableColumnSelectDevuelve el número de columna correspondiente a una de las columnas seleccionadas en el control Columna de tabla. Esta función se conserva por motivos de compatibilidad con versiones anteriores. Se recomienda utilizar TableSelect.
TableColumnSelectOccurrenceReturns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
TableCountReturns:
  • the number of columns found in a Table or TreeView Table control.
  • the number of rows found in a Table or TreeView Table control.
TableDeleteDeletes a row from:
  • a Table control,
  • a TreeView Table control,
  • a table displayed in a Combo Box control.
TableDeleteAllDeletes all rows from:
  • a Table control populated programmatically,
  • a TreeView Table control populated programmatically,
  • tables displayed in a Combo Box control.
TableDeleteSelectDeletes the selected rows from a Table or Treeview Table control.
TableDeleteWithAnimationDeletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
TableDisableFilterDisables a user filter on a column or on all the columns found in a Table or TreeView Table control.
TableDisplayRefreshes a Table or TeeeView Table control from a given position:
  • for a field linked to a file: changes made to the linked data file are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
TableEnableFilterImplements a user filter on a column found in a Table or TreeView Table control.
TableEndStops the manual iteration of data file linked to a Table control based on a data file.
TableEndFillingEnds the process to populate a Table or TreeView Table control programmatically.
TableEnumBreakEnumerates the breaks found in a Table control.
TableEnumColumnReturns the name of a column found in a Table or Treeview Table control.
TableFilteredColumnReturns the list of columns filtered by the user in a Table or TreeView Table control.
TableFixColumnFixes a column to the left or frees a column fixed to the left.
TableFormulaAddAdds a calculated row to a Table control by providing custom calculation procedures.
TableFormulaDeleteAllElimina todas las fórmulas añadidas con TableFormulaAdd.
TableInfoXYReturns for a given position in a Table or TreeView Table control (coordinates of a control point):
  • the name of the column displayed for the specified position.
  • the index of the row or column for the specified position.
TableInputInProgressIndicates whether or not a Table or TreeView Table control is in edit mode.
TableInputSearchEnables input in the search area in the column title of the Table or Treeview Table control.
TableInsertInserts a row into:
  • a Table control,
  • a TreeView Table control,
  • tables displayed in a Combo Box control.
TableInsertColumnInserts elements in the format of columns into a horizontal Table control.
TableInsertLineInserts a row into:
  • a Table control,
  • a TreeView Table control.
TableInsertLineWithAnimationInserts a row into a Table control or into a TreeView Table control with an animation.
TableModeEl TableMode se mantiene para la compatibilidad retroactiva.
TableModifyModifies a row in:
  • a Table control,
  • a TreeView Table control,
  • tables displayed in a Combo Box control.
TableModifyColumnModifies a column in a horizontal Table control.
TableModifyLineModifies a row in:
  • a Table control,
  • a TreeView Table control.
TableMoveColumnMoves a column in a Table or TreeView Table control.
TableMoveLineMoves a row or swaps two rows in a Table control.
TablePositionDisplays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
TablePrintPrints the content of the specified Table control without having to create a report based on the Table control.
TableRecNumReturns the number of the current record in a Table control based on a data file.
TableRefreshVisibleModifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
TableRestorePositionAndSelectionRestores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
TableSaveUpdates or adds the record bound to the current row in the Table or TreeView Table control.
TableSavePositionAndSelectionAhorra:
  • la posición de la barra de desplazamiento en una Tabla o control Tabla TreeView,
  • los elementos seleccionados en el control.
TableSearchRealiza una búsqueda en:
  • un control Tabla,
  • un control Tabla TreeView,
  • una tabla que se muestra en un control Combo Box.
TableSearchEverywhereBusca un valor en todas las columnas de los siguientes controles:
  • control Tabla,
  • Control Tabla TreeView,
  • control Tabla que aparece en un control Combo Box.
TableSelectReturns the index of the selected element in the Table or TreeView Table control.
TableSelectCountReturns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
TableSelectMinusDeselects a row from a Table or TreeView Table control.
TableSelectPlusSelects a row in a Table or TreeView Table control.
TableSelectToFilePositions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file.
TableSetFocusGives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
TableSortSorts a Table or TreeView Table control on one or more columns (lexicographical sort).
TableSortedColumnReturns the list of sorted columns found in a Table control.
TableStartFillingStarts the process to populate a Table or TreeView Table control programmatically.
TableSwapLineCanjes:
  • dos filas en un control Tabla rellenada mediante programación.
  • dos ramas en un control Tabla TreeView rellenada mediante programación.
TableToClipboardCopies the content of a Table or TreeView Table control to the clipboard.
TableToExcelCreates an Excel file with the data from a Table or TreeView Table control.
TableToJSONConvierte el contenido de un control Tabla o Tabla TreeView en una cadena JSON.
TableToTextCreates a character string from the data found in a Table or TreeView Table control.
TableToWordCreates a Word file (.RTF) from the data found in a Table or TreeView Table control.
TableToXMLCreates an XML file from the data found in a Table or TreeView Table control.
También se pueden utilizar otras funciones para manipular los controles de la Tabla:
CurrentIndexDevuelve el número de la fila actual mostrada en el control Tabla actual.
NextIndexDevuelve el número de la siguiente fila mostrada en el control Tabla actual.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 14/09/2024

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