ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / 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:
  • WINDEV 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
TVT_Schedule.CollapseAll()
Syntax
<Table control>.CollapseAll()
<Table control>: Control name
Name of the control to be used. This name can correspond to:
  • WINDEV 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

<Table>.CollapseAll can be used on:
  • WINDEV a TreeView Table control.
  • a Table control populated programmatically.
  • a Table control with in-memory data source.
This function cannot be used on the Table controls based on a data file (direct access).
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/20/2023

Send a report | Local help