ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / TreeView Table functions
  • Use conditions
  • TreeView Table control
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
Expands:
  • WINDEVWEBDEV - Server codePHP the entire hierarchy (all nodes) of a TreeView Table control.
  • all breaks of a Table control.
Java Breaks are not available for Table controls in this version.
Example
WINDEVWEBDEV - Server codePHP
// Expands all nodes found in the "TVT_Schedule" TreeView Table control
TableExpandAll(TVT_Schedule)
Syntax
TableExpandAll(<Table control>)
<Table control>: Control name
Name of the control to be used. This name can correspond to:
  • the name of TreeView Table control for which all nodes will be expanded.
  • the name of the Table control for which all the breaks must be expanded.
Remarks

Use conditions

TableExpandAll 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).

TreeView Table control

When TableExpandAll is called, if the specified branch and/or one of its children have a procedure associated via the AddChildDelayed property, this procedure will be executed.
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