|
|
|
|
|
CompactOption (Property) In french: CompacteOption
The CompactOption property is used to: - determine whether the options of a Radio Button, Check Box or Dashboard control are compacted.
- define whether the options of a Radio Button, Check Box or Dashboard control should be compacted.
In compacted mode, a field's options become more compact: - when an option is hidden.
- when an option is removed.
If the options are not compacted, they keep their initial position. Syntax
Determining whether the options of a control are compacted Hide the details
<Result> = <Control used>.CompactOption
<Result>: Boolean - True if options are compacted,
- False otherwise.
<Control used>: Control name Name of the control used. This field can be:
Defining whether the options of a control should be compacted Hide the details
<Control used>.CompactOption = <Compact>
<Control used>: Control name Name of the control used. This field can be: <Compact>: Boolean - True if field options are to be compacted,
- False otherwise.
Remarks This property is available for: Remarks: - Dashboard field: This property corresponds to the "Compact Widgets" option available in the "Detail" tab of the field description.
  This property is available for Dashboard controls only.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|