|
|
|
|
|
TableCollapseAll (Function) In french: TableEnrouleTout Collapses: the entire hierarchy (all nodes) of a TreeView Table control. - all breaks of a Table control.
// 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: 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: 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).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|