Group property

Use the Group property to delimit a group of radio buttons and to specify standard TAB key behavior for the group.

In Windows, the user can press the TAB key to move between components on a form. The TAB key moves to the first radio button in a group of radio buttons. Within the group, the UP ARROW and DOWN ARROW keys move between radio buttons, and the TAB key moves to the first component following the group of radio buttons.

To support this standard Windows tabbing behavior, you must set the Group property to True for the first member (in tab sequence) of a group of radio buttons. WinStudio determines which other radio buttons are members of the group by examining binding specifications. Buttons with the same binding specification are members of the group.

Setting Description
True Applied to the first radio button (in tab sequence) in a group of radio buttons, the button defines the start of the radio button group.
False Default. The component does not delimit a group.

The Group property does not apply to form page or grid column components.