|
|
|
|
TableCollapseAll (Function) In french: TableEnrouleTout Collapses: - 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 the Table control for which all the breaks must be collapsed.
Remarks Use conditions TableCollapseAll can be used on: - 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|