AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Tabla TreeView
  • Use conditions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Collapses:
  • WINDEVWEBDEV - Server codePHP the entire hierarchy (all nodes) of a TreeView Table control.
  • all breaks of a Table control.
Java The breaks are not available on the tables in this version.
Example
// Collapses all nodes in the "TVT_Schedule" TreeView Table control
TableCollapseAll(TVT_Schedule)
Syntax
TableCollapseAll(<Table control>)
<Table control>: Control name
Name of the control to be used. This name can correspond to:
  • WINDEVWEBDEV - Server codePHP the name of TreeView Table control for which all nodes will be collapsed.
  • the name of the Table control for which all the breaks must be collapsed.
Remarks

Use conditions

TableCollapseAll can be used on:
  • WINDEVWEBDEV - Server codePHP a TreeView Table control.
  • a Table control populated programmatically.
  • a Table control with in-memory data source.
  • WEBDEV - Server codePHP a Table control in "Server" or "Server + AJAX" mode.
  • WEBDEV - Browser code a Table control in "Browser" mode.
This function cannot be used on the Table controls based on a data file (direct access).
Component: wd290obj.dll
Versión mínima requerida
  • Versión 11
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 20/06/2022

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