RadioButton.GroupName

Syntax

GroupName: String

Description

The GroupName property sets name for a group of RadioButton components.

Comments

Instances of the RadioButton component are usually grouped using the GroupName property.

Example

The property use is given on the Example of Creating a Group of RadioButton Components page.

See also:

RadioButton