|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

DialogEx.GetRadioValue

OverviewExamples

string DialogEx.GetRadioValue ( string GroupID = "",


number Type = RADIOGROUP_VALUE )


De s cr ip t ion


Gets the radiobutton value, object name, or text of the selected radio button on the current dialog.


Tip: You can select a radio button on a dialog by text, value or object name using the

DialogEx.SetRadioValue action.


image

P arame t er s


GroupID


(string) The ID of the group whose selected radiobutton you want. When an empty string is passed, this is the default radiobutton group of the dialog.


|