| |
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).
|
TableAddChild | Añade una fila a un control Tabla TreeView, al final de un determinado nivel jerárquico. |
TableAddLine | Agrega una fila en: - un control Tabla,
- un control Tabla TreeView.
|
TableAdjust | Adjusts the title and size of columns found in a Table or TreeView Table control. |
TableChildCount | Returns the number of direct children for an element in a TreeView Table control. |
TableCollapse | Collapses:- a branch that was previously expanded in a TreeView Table control.
- a break that was previously expanded in a Table control.
- a detailed window displayed for a row.
|
TableCollapseAll | Colapsos:- toda la jerarquía (todos los nodos) de un control Tabla TreeView.
- todas las pausas de un control de Tabla.
|
TableColumnIndex | Returns the index of a column in a Table or Treeview Table control. |
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.
|
TableDeleteChild | Elimina todas las filas secundarias de una rama de la jerarquía. |
TableDeleteSelect | Deletes the selected rows from 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.
|
TableEnumColumn | Returns the name of a column found in a Table or Treeview Table control. |
TableExpandAll | Se expande:- toda la jerarquía (todos los nodos) de un control Tabla TreeView.
- todas las pausas de un control de Tabla.
|
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. |
TableGiveChild | Returns the "children" of an element (next level down) in a TreeView Table control. |
TableGiveParent | Returns the "parent" of an element (next level up) in a TreeView Table control. |
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. |
TableInsert | Inserts a row into: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
TableInsertChild | Inserta una fila en un control Tabla TreeView, en un nivel jerárquico determinado. |
TableInsertLine | Inserts a row into: - a Table control,
- a TreeView Table control.
|
TableItemStatus | Returns the state of a node in a TreeView Table control: rolled up, unrolled or non-existent. |
TableListChild | Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control. |
TableModify | Modifies a row in: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
TableModifyLine | Modifies a row in: - a Table control,
- a TreeView Table control.
|
TableMoveBranch | Moves the content of a row as well as its entire descending tree structure in a TreeView Table control. |
TableMoveColumn | Moves a column in a Table or TreeView 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. |
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. |
TableSavePositionAndSelection | Ahorra: - la posición de la barra de desplazamiento en una Tabla o control Tabla TreeView,
- los elementos seleccionados en el control.
|
TableSearchChild | Searches for a value in a column of a TreeView Table control, in a specified branch. |
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. |
TableSortChild | Sorts a branch in a TreeView Table control on one or more columns. |
TableSwapBranch | Intercambia el contenido de dos filas (así como su respectiva estructura jerárquica) en un control Tabla TreeView. |
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. |
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. |
TableTypeItem | Comprueba la existencia de un elemento en una tabla TreeView y devuelve su tipo (nodo u hoja) si el elemento existe.. |