Home Search

DriveWorks Pro 21
Option Group

Send Feedback

Option Group

The Option Group displays a  list of options with radio buttons adjacent to each. Only one of the group of options can be selected.

When the form control is applied the name entered will display as the caption for the form control. This can be changed by selecting the Caption property.

When an item in the option group is selected the form control reports the exact item as it appears in the control.

Items are added to the control from the Items property. Use the pipe bar to separate each item, for example

= "Item A|Item B|Item C"

or

="1|2|3|4"

The rule builder has some functions and helpers that assist with entering values into the items property. This can be done by manually typing the items or by using  Define Tables, see List, ListAll, ListAllConditional, ListAllConditionalDistinct and ListAllDistinct.

Appearance PropertiesBehavior Properties
Background ColorClear Selection Allowed
CaptionDefault Value
Caption ColorEnabled
Caption FontError Result
Caption Horizontal AlignmentItems
Number of RowsSelected Item
Option AlignmentSelected Item (Override Rule)
Option Item ColorSelected Item Removed Behavior
Option Item FontTab Index
Option Text Horizontal AlignmentVisible
Picture
Picture (Selected)
Picture Size Mode
Picture Style
Show Border
Show Option
General PropertiesLayout Properties
(Metadata)Height
(Name)Left
(Tag)Top
Tooltip DurationWidth
Tooltip Text

A user form control where one selection can be made from a group of options.