|
|
|
|
CompactOption (Property) In french: CompacteOption
The CompactOption property is used to: - find out whether the options of a control (Radio Button, Check Box, Dashboard) are in compacted mode.
- switch the options of a control (Radio Button, Check Box, Dashboard) to compacted mode.
In compacted mode, the options of a control move closer: - when an option is made invisible.
- when an option is deleted.
If the options are not compacted, they keep their initial position. Syntax
Finding out whether the options of a control are compacted Hide the details
<Result> = <Control used>.CompactOption
<Result>: Boolean - True if the options are compacted,
- False otherwise.
<Control used>: Control name Name of the control used. This control can be: a Check Box control, a Radio Button control, - a Dashboard control.
Defining whether the options found in a control must be compacted Hide the details
<Control used>.CompactOption = <Compact>
<Control used>: Control name Name of the control used. This control can be: a Check Box control, a Radio Button control, - a Dashboard control.
<Compact>: Boolean - True if the options of the control must be compacted,
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|