ReferenceObject
(string) If Position is set to ZORDER_INSERT_BEFORE or ZORDER_INSERT_BEHIND, this is the object that the object specified in ObjectName will be positioned next to. ReferenceObject is an empty string ("") by default.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
DialogEx.SetRadioValue
OverviewExamples
DialogEx.SetRadioValue ( string Value,
string GroupID = "",
number Type = RADIOGROUP_VALUE )
De s cr ip t ion
Selects a radio button item in a group by value, object name or radio button text on the current dialog.
Tip: You can get the selected radio button on the dialog using the DialogEx.GetRadioValue action.
P arame t er s
Value
(string) The radio button that should be selected in the group. This value will be interpreted according to the Type parameter.