DialogEx.GetRadioValue

string DialogEx.GetRadioValue ( 

string GroupID = "",

number Type = RADIOGROUP_VALUE )

Example 1

radio_text = DialogEx.GetRadioValue("", RADIOGROUP_TEXT);

Gets the text of the selected radiobutton in the default radiobutton group.

Example 2

radio_value = DialogEx.GetRadioValue("Group1", RADIOGROUP_VALUE);

Gets the data value of the selected radiobutton in the group named "Group1".

See also:  Related Actions