ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / TreeView Table functions
  • 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
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/20/2022

Send a report | Local help