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 TreeView
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 Tabla TreeView (sintaxis con prefijo)).
Las siguientes funciones se utilizan para gestionar los controles Tabla TreeView:
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).
TableAddChildAñade una fila a un control Tabla TreeView, al final de un determinado nivel jerárquico.
TableAddLineAgrega una fila en:
  • un control Tabla,
  • un control Tabla TreeView.
TableAdjustAdjusts the title and size of columns found in a Table or TreeView Table control.
TableChildCountReturns the number of direct children for an element in a TreeView Table control.
TableCollapseCollapses:
  • 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.
TableCollapseAllColapsos:
  • toda la jerarquía (todos los nodos) de un control Tabla TreeView.
  • todas las pausas de un control de Tabla.
TableColumnIndexReturns the index of a column in a Table or Treeview Table control.
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.
TableDeleteChildElimina todas las filas secundarias de una rama de la jerarquía.
TableDeleteSelectDeletes the selected rows from 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.
TableEnumColumnReturns the name of a column found in a Table or Treeview Table control.
TableExpandAllSe expande:
  • toda la jerarquía (todos los nodos) de un control Tabla TreeView.
  • todas las pausas de un control de Tabla.
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.
TableGiveChildReturns the "children" of an element (next level down) in a TreeView Table control.
TableGiveParentReturns the "parent" of an element (next level up) in a TreeView Table control.
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.
TableInsertInserts a row into:
  • a Table control,
  • a TreeView Table control,
  • tables displayed in a Combo Box control.
TableInsertChildInserta una fila en un control Tabla TreeView, en un nivel jerárquico determinado.
TableInsertLineInserts a row into:
  • a Table control,
  • a TreeView Table control.
TableItemStatusReturns the state of a node in a TreeView Table control: rolled up, unrolled or non-existent.
TableListChildLists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
TableModifyModifies a row in:
  • a Table control,
  • a TreeView Table control,
  • tables displayed in a Combo Box control.
TableModifyLineModifies a row in:
  • a Table control,
  • a TreeView Table control.
TableMoveBranchMoves the content of a row as well as its entire descending tree structure in a TreeView Table control.
TableMoveColumnMoves a column in a Table or TreeView 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.
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.
TableSavePositionAndSelectionAhorra:
  • la posición de la barra de desplazamiento en una Tabla o control Tabla TreeView,
  • los elementos seleccionados en el control.
TableSearchChildSearches for a value in a column of a TreeView Table control, in a specified branch.
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.
TableSortChildSorts a branch in a TreeView Table control on one or more columns.
TableSwapBranchIntercambia el contenido de dos filas (así como su respectiva estructura jerárquica) en un control Tabla TreeView.
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.
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.
TableTypeItemComprueba la existencia de un elemento en una tabla TreeView y devuelve su tipo (nodo u hoja) si el elemento existe..
Versión mínima requerida
  • Versión 11
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

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