TOC PREV NEXT INDEX



RadioButton


A RadioButton holds a single line of text next to a graphical On/Off indicator. Each RadioButton is also assigned a group. Only one RadioButton in each group can be in the On state at a time.

The text and the initial state of the RadioButton can be specified in its properties page. Pressing the 'Group Editor' Button will launch a dialog displaying the current group and allowing the user to add, edit, or remove groups. All RadioButtons are initially set to a group named 'defaultGroup'. Once the user has created other groups in the Group Editor, these groups can be chosen from the Group choice field.

All changes in the Group Editor effect all of the RadioButtons in that Composer. Once a group is created it is available to all RadioButtons.

Additional user code responding to a RadioButton's penDown event may be entered on the penDown page.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX