|
|
|
|
|
Collapsed (Property) In french: Enroulé
The Collapsed property is used to: get or define the state (collapsed or expanded) to be used when rows are added to a TreeView Table control. This property has no immediate effect but it is taken into account by TableAdd, TableAddLine, TableAddChild, TableInsert, TableInsertLine, TableInsertChild, ... The expanded status is the default status. - know or modify the wound/unwound status for:
- the breaks of Table controls.
- the breaks of Looper controls.
the break headers and footers of Table and Looper controls. a Drawer control. a Ribbon control. a Pivot Table control in a report.
TABLE_RupturesImbriquées.HautRupture3.Enroulé = ...
NOT TABLE_RupturesImbriquées.HautRupture3.Enroulé
ZR_RupturesImbriquées.RUPT_HautRupture1.Enroulé = ...
NOT ZR_RupturesImbriquées.RUPT_HautRupture1.Enroulé
Syntax
Identifying the Collapsed/Expanded state used when adding a new element in a control or the Collapsed/Expanded state of a control Hide the details
<Result> = <Control used>.Collapsed
<Result>: Boolean TreeView Table control and breaks in Table controls- True if the Wrapped state is used for the next addition,
- False otherwise.
Break in Looper control- True if the break is coiled,
- False otherwise.
<Control used>: Control name Name of the control to be used.
Changing the Collapsed/Expanded state used when adding a new element or the Collapsed/Expanded state of a control Hide the details
<Control used>.Collapsed = <Collapsed/Expanded>
<Control used>: Control name Name of the control to be used. <Collapsed/Expanded>: Boolean TreeView Table control and breaks in Table controls- True if the rolled-up state is to be used for the next addition,
- False otherwise.
Break in Looper control- Real to wrap the break,
- False to unroll it.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|