ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
TreeView Table: Collapsing or expanding a branch, specifying the row number Hide the details
State of the specified branch before calling the function:taExpandBranch expanded. taCollapseBranch collapsed. taErrorBranch not found.
Name of TreeView Table control to use.
Number of the row containing the branch to collapse or expand. If this parameter is not specified, the branch contained in the current row is used.
TreeView Table: Collapsing or expanding a branch, specifying its name Hide the details
Name of branch to collapse or expand. This parameter has the following format: "<Name of root>" + TAB + ["<Name of 1st node>" + TAB + ...["<Name of 2nd node>" + TAB + [...]]]"<Branch name>" A WLanguage error occurs if this parameter does not correspond to an existing branch.If this parameter is not specified, the branch contained in the current row is used. If two branches correspond to the specified path, only the first one is used.
Table with breaks: Collapsing or expanding a break Hide the details
State of the specified break before calling the function:taExpandBranch expanded. taCollapseBranch collapsed. taErrorBranch not found.
Name of Table control to use. This control must have one or more breaks. Otherwise, this function has no effect.
Number of row with break to collapse or expand. This number must correspond to the number of the current row or to the number of the first row with the break to expand or collapse. If this parameter is not specified, the break of the current row is used.
Name of break to collapse or expand. This parameter must be specified in case of nested breaks. It allows you to define the break that will be collapsed or expanded. By default, no break is used if the breaks are nested.
Table and treeview table: collapsing a detailed window Hide the details
State of the specified details window before calling the function:taExpandBranch expanded. taCollapseBranch collapsed. taErrorBranch not found.
Name of Table or TreeView Table control to use.
Number of row whose details must be collapsed or expanded. If this parameter is not specified, the details of the current row are used.
Use conditions
Branch to collapse or expand
Managing the selection bar during collapse
Managing the selection bar during expansion
Runtime speed for the TreeView Table controls
Last update: 09/19/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: