|

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

RadioButton.SetChecked

OverviewExamples

RadioButton.SetChecked ( string ObjectName,


boolean Checked = true )


De s cr ip t ion


Sets the checked/unchecked state of a radiobutton object.


image

Note: By default, radiobutton objects on the same page or dialog are part of the same group (blank group ID), so when you check a radiobutton, the other radiobuttons in that group will automatically be unchecked. This also applies to custom group IDs. Unchecking a radio button has no effect on any other radiobuttons. If you do not want the automatic checking, create each radiobutton with a unique group ID.


P arame t er s


ObjectName


(string) The name of the radiobutton object.


|