Creates component groups in the form’s tab order.

Property of

CheckBox, PushButton, RadioButton

Description

Use group to determine if an object is part of a group within which the user can move focus with the arrow keys. Pressing Tab does not move the focus within the group; it moves to the next object outside the group. All objects in a group must be of the same class.

RadioButtons must be used in groups of two or more. Only one RadioButton in the group may be selected at any time.

You may also use true and false to create groups. Set the group property of the first object in the group to true. For all other objects that belong to the group, set group to false. The next object with a group setting of true begins another group.