F > FRadioButton.getGroupName

 

FRadioButton.getGroupName

Availability

Flash Player 6.

Usage

myRadioButton.getGroupName()
myRadioButtonGroup.getGroupName()

Parameters

None.

Returns

A string.

Description

Method; returns a group name to a radio button instance or radio button group.

Usage

Indicates the group name that myRadioButton or myRadioButtonGroup belongs to.

Example

The following code returns the group name for the radio button instance radioRed.

radioRed.getGroupName();