A single control that contains one or more radiobutton controls.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| id | number | readonly | The unique ID of the RadiobuttonGroup. |
| index | number | readonly | The index of the RadiobuttonGroup within its containing object. |
| minWidth | number | r/w | The width of the control. For an editbox or combobox, specifies the minimum width of the box. |
| parent | any | readonly | The parent of the RadiobuttonGroup (a DialogColumn, DialogRow, EnablingGroup or BorderPanel). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| radiobuttonControls | RadiobuttonControls | readonly | A collection of individual radiobutton controls. |
| selectedButton | number | r/w | The index of the selection in a radiobutton group. |
Methods
Array of RadiobuttonGroupgetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the RadiobuttonGroup.
string toSpecifier ()
Retrieves the object specifier.
Element of:
RadiobuttonControl.parent
Used in:
RadiobuttonGroups.previousItem (
obj:
RadiobuttonGroup )
RadiobuttonGroups.nextItem (
obj:
RadiobuttonGroup )
Returned by:
Array of RadiobuttonGroup RadiobuttonGroup .getElements (
)
RadiobuttonGroup RadiobuttonGroups.add (
[withProperties:
Object]
)
RadiobuttonGroup RadiobuttonGroups.anyItem (
)
Array of RadiobuttonGroup RadiobuttonGroups.everyItem (
)
RadiobuttonGroup RadiobuttonGroups.firstItem (
)
RadiobuttonGroup RadiobuttonGroups.item (
index:
any
)
RadiobuttonGroup RadiobuttonGroups.itemByID (
id:
number
)
RadiobuttonGroup RadiobuttonGroups.itemByName (
name:
string
)
Array of RadiobuttonGroup RadiobuttonGroups.itemByRange (
from:
any, to:
any
)
RadiobuttonGroup RadiobuttonGroups.lastItem (
)
RadiobuttonGroup RadiobuttonGroups.middleItem (
)
RadiobuttonGroup RadiobuttonGroups.nextItem (
obj:
RadiobuttonGroup
)
RadiobuttonGroup RadiobuttonGroups.previousItem (
obj:
RadiobuttonGroup
)