| |
BuildBrowsingTable | Creates a Table control from the items of a data file (view or query). |
FileToMemoryTable | Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery). |
JSONToTable | Rellena un control Tabla o Tabla TreeView con el contenido de una cadena o variable JSON. |
TableAdd | Adds a row in: - a Table control,
- a TreeView Table control,
- a Combo Box control "with table" (Table control displayed in a Combo Box control).
|
| 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. |
TableAddColumn | Adds elements on the right of an Horizontal Table control. |
TableAddInProgress | Obtiene o establece el modo de visualización de la ventana interna de carga utilizada cuando se cargan elementos adicionales en un control Tabla infinita. |
TableAddLine | Agrega una fila en: - un control Tabla,
- un control Tabla TreeView.
|
TableAddLineWithAnimation | Adds a row to a Table or TreeView Table control with an animation. |
TableAddTitleHeader | Adds a column title-header into a Table or TreeView Table control in a window. |
TableAdjust | Adjusts the title and size of columns found in a Table or TreeView Table control. |
TableBreakIndex | Returns the index of the break header and footer for a given break in a Table control. |
TableCellSelect | Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect. |
TableCellSelectOccurrence | Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount. |
TableCollapseExpand | Contrae o expande un elemento de un control Tabla o Tabla TreeView. |
TableColumnIndex | Returns the index of a column in a Table or Treeview Table control. |
TableColumnSelect | Devuelve 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. |
TableColumnSelectOccurrence | Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount. |
TableCount | Returns: - the number of columns found in a Table or TreeView Table control.
- the number of rows found in a Table or TreeView Table control.
|
TableDelete | Deletes a row from: - a Table control,
- a TreeView Table control,
- a table displayed in a Combo Box control.
|
TableDeleteAll | Deletes all rows from: - a Table control populated programmatically,
- a TreeView Table control populated programmatically,
- tables displayed in a Combo Box control.
|
TableDeleteSelect | Deletes the selected rows from a Table or Treeview Table control. |
TableDeleteWithAnimation | Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation. |
TableDisableFilter | Disables a user filter on a column or on all the columns found in a Table or TreeView Table control. |
TableDisplay | Refreshes 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.
|
TableEnableFilter | Implements a user filter on a column found in a Table or TreeView Table control. |
TableEnd | Stops the manual iteration of data file linked to a Table control based on a data file. |
TableEndFilling | Ends the process to populate a Table or TreeView Table control programmatically. |
TableEnumBreak | Enumerates the breaks found in a Table control. |
TableEnumColumn | Returns the name of a column found in a Table or Treeview Table control. |
TableFilteredColumn | Returns the list of columns filtered by the user in a Table or TreeView Table control. |
TableFixColumn | Fixes a column to the left or frees a column fixed to the left. |
TableFormulaAdd | Adds a calculated row to a Table control by providing custom calculation procedures. |
TableFormulaDeleteAll | Elimina todas las fórmulas añadidas con TableFormulaAdd. |
TableInfoXY | Returns 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.
|
TableInputInProgress | Indicates whether or not a Table or TreeView Table control is in edit mode. |
TableInputSearch | Enables input in the search area in the column title of the Table or Treeview Table control. |
TableInsert | Inserts a row into: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
TableInsertColumn | Inserts elements in the format of columns into a horizontal Table control. |
TableInsertLine | Inserts a row into: - a Table control,
- a TreeView Table control.
|
TableInsertLineWithAnimation | Inserts a row into a Table control or into a TreeView Table control with an animation. |
TableMode | El TableMode se mantiene para la compatibilidad retroactiva. |
TableModify | Modifies a row in: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
TableModifyColumn | Modifies a column in a horizontal Table control. |
TableModifyLine | Modifies a row in: - a Table control,
- a TreeView Table control.
|
TableMoveColumn | Moves a column in a Table or TreeView Table control. |
TableMoveLine | Moves a row or swaps two rows in a Table control. |
TablePosition | Displays 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. |
TablePrint | Prints the content of the specified Table control without having to create a report based on the Table control. |
TableRecNum | Returns the number of the current record in a Table control based on a data file. |
TableRefreshVisible | Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control. |
TableRestorePositionAndSelection | Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements. |
TableSave | Updates or adds the record bound to the current row in the Table or TreeView Table control. |
TableSavePositionAndSelection | Ahorra: - la posición de la barra de desplazamiento en una Tabla o control Tabla TreeView,
- los elementos seleccionados en el control.
|
TableSearch | Realiza una búsqueda en: - un control Tabla,
- un control Tabla TreeView,
- una tabla que se muestra en un control Combo Box.
|
TableSearchEverywhere | Busca un valor en todas las columnas de los siguientes controles: - control Tabla,
- Control Tabla TreeView,
- control Tabla que aparece en un control Combo Box.
|
TableSelect | Returns the index of the selected element in the Table or TreeView Table control. |
TableSelectCount | Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls). |
TableSelectMinus | Deselects a row from a Table or TreeView Table control. |
TableSelectPlus | Selects a row in a Table or TreeView Table control. |
TableSelectToFile | Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file. |
TableSetFocus | Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column. |
TableSort | Sorts a Table or TreeView Table control on one or more columns (lexicographical sort). |
TableSortedColumn | Returns the list of sorted columns found in a Table control. |
TableStartFilling | Starts the process to populate a Table or TreeView Table control programmatically. |
TableSwapLine | Canjes: - dos filas en un control Tabla rellenada mediante programación.
- dos ramas en un control Tabla TreeView rellenada mediante programación.
|
TableToClipboard | Copies the content of a Table or TreeView Table control to the clipboard. |
TableToExcel | Creates an Excel file with the data from a Table or TreeView Table control. |
TableToJSON | Convierte el contenido de un control Tabla o Tabla TreeView en una cadena JSON. |
TableToText | Creates a character string from the data found in a Table or TreeView Table control. |
TableToWord | Creates a Word file (.RTF) from the data found in a Table or TreeView Table control. |
TableToXML | Creates an XML file from the data found in a Table or TreeView Table control. |