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 / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Tabla
  • Overview
  • Handling the break headers and footers
  • Functions associated with break headers and footers
  • Properties associated with the break headers and footers
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
Properties associated with the breaks of a Table control
Overview
Several properties can be used with the breaks headers and footers found in a Table control. These properties can be used in a window or in a page.
To use these properties, the syntax is as follows:
<Table control>.<Name of break header/footer>..<Property name> = <Value>
or
<Name of break header/footer>..<Property name> = <Value>
Note: These lines of code must be in the "Display a row of break header/footer" event.
Handling the break headers and footers

Functions associated with break headers and footers

The following functions are associated with the break headers and footers:
TableBreakIndexReturns the index of the break header and footer for a given break in a 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.
TableExpandExpands:
  • a branch that was previously collapsed in a TreeView Table control.
  • a branch that was previously collapsed in a Table control.
  • a detailed window displayed for a row.
TableExpandAllSe expande:
  • toda la jerarquía (todos los nodos) de un control Tabla TreeView.
  • todas las pausas de un control de Tabla.
WINDEV Several WLanguage functions can be used to create breaks programmatically:
BreakAddAdds a break into a Table or Looper control.
BreakDeleteElimina una interrupción de un control Tabla o de un control Looper.
BreakDeleteAllElimina todas las pausas de un control Tabla o de un control Looper.

Properties associated with the break headers and footers

The following properties are associated with the break headers and footers:
  • WINDEV In a window:
    BackgroundColorLa propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte.
    CollapsedThe Collapsed property is used to:
    • get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control.
    • know or modify the wound/unwound status for:
      • the breaks of a Table control,
      • the breaks of a Looper control,
      • the break headers and footers of Table and Looper controls,
      • a Drawer control,
      • a Ribbon control,
      • a Navigation Bar control.
      • a Pivot Table control in a report.
    HeightThe Height property gets and sets the height:
    • of a control or block in a report.
    • of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
    • of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
    • of a break cell in a Table or Looper control.
    NameThe Name property is used to get:
    • the name of the font associated with a Font variable.
    • the name of a control, report or report block.
    • the name of a control, group of controls or window.
    • the name of a control, group of controls or page.
    ProcessThe Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
    TypeThe Type property is used to get:
    • the type of element (data file or item) defined programmatically or in the data model editor, view or query.
    • the type of object.
    • the type of data held in a Variant.
    VisibleThe Visible property is used to:
    • Find out whether an element is visible.
    • Make an element visible or invisible.
    WinEditAllowedThe WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
  • WEBDEV - Código Servidor In a page (server code):
    AliasLa propiedad Alias permite:
    • obtener y cambiar el alias de una ventana (WINDEV y WINDEV Mobile).
    • obtener y cambiar el alias de una pestaña dinámica (WINDEV).
    • obtener el nombre interno HTML/JavaScript de un control (WEBDEV).
    CollapsedThe Collapsed property is used to:
    • get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control.
    • know or modify the wound/unwound status for:
      • the breaks of a Table control,
      • the breaks of a Looper control,
      • the break headers and footers of Table and Looper controls,
      • a Drawer control,
      • a Ribbon control,
      • a Navigation Bar control.
      • a Pivot Table control in a report.
    FullNameThe FullName property is used to find out the full name:
    • of a control.
    • of a window.
    • of a menu option.
    • of a table column.
    HeightThe Height property gets and sets the height:
    • of a control or block in a report.
    • of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
    • of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
    • of a break cell in a Table or Looper control.
    InitialVisibleLa propiedad InitialVisible se utiliza para determinar si:
    • un control era visible durante la primera visualización de la ventana o página asociada.
    • una ventana era visible durante su primera visualización.
    MouseCursorThe MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
    NameThe Name property is used to get:
    • the name of the font associated with a Font variable.
    • the name of a control, report or report block.
    • the name of a control, group of controls or window.
    • the name of a control, group of controls or page.
    ProcessThe Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
    TypeThe Type property is used to get:
    • the type of element (data file or item) defined programmatically or in the data model editor, view or query.
    • the type of object.
    • the type of data held in a Variant.
    VisibleThe Visible property is used to:
    • Find out whether an element is visible.
    • Make an element visible or invisible.
  • WEBDEV - Código Navegador In a page (browser code):
    CollapsedThe Collapsed property is used to:
    • get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control.
    • know or modify the wound/unwound status for:
      • the breaks of a Table control,
      • the breaks of a Looper control,
      • the break headers and footers of Table and Looper controls,
      • a Drawer control,
      • a Ribbon control,
      • a Navigation Bar control.
      • a Pivot Table control in a report.
    InitialVisibleLa propiedad InitialVisible se utiliza para determinar si:
    • un control era visible durante la primera visualización de la ventana o página asociada.
    • una ventana era visible durante su primera visualización.
    TypeThe Type property is used to get:
    • the type of element (data file or item) defined programmatically or in the data model editor, view or query.
    • the type of object.
    • the type of data held in a Variant.
  • PHP In a page (PHP):
    AliasLa propiedad Alias permite:
    • obtener y cambiar el alias de una ventana (WINDEV y WINDEV Mobile).
    • obtener y cambiar el alias de una pestaña dinámica (WINDEV).
    • obtener el nombre interno HTML/JavaScript de un control (WEBDEV).
    CollapsedThe Collapsed property is used to:
    • get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control.
    • know or modify the wound/unwound status for:
      • the breaks of a Table control,
      • the breaks of a Looper control,
      • the break headers and footers of Table and Looper controls,
      • a Drawer control,
      • a Ribbon control,
      • a Navigation Bar control.
      • a Pivot Table control in a report.
    HeightThe Height property gets and sets the height:
    • of a control or block in a report.
    • of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
    • of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
    • of a break cell in a Table or Looper control.
    InitialVisibleLa propiedad InitialVisible se utiliza para determinar si:
    • un control era visible durante la primera visualización de la ventana o página asociada.
    • una ventana era visible durante su primera visualización.
    NameThe Name property is used to get:
    • the name of the font associated with a Font variable.
    • the name of a control, report or report block.
    • the name of a control, group of controls or window.
    • the name of a control, group of controls or page.
    TypeThe Type property is used to get:
    • the type of element (data file or item) defined programmatically or in the data model editor, view or query.
    • the type of object.
    • the type of data held in a Variant.
    VisibleThe Visible property is used to:
    • Find out whether an element is visible.
    • Make an element visible or invisible.
Versión mínima requerida
  • Versión 14
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 25/06/2025

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