An individual radiobutton control in a radiobutton group.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| checkedState | bool | r/w | If true, the control is checked by default in the dialog. |
| id | number | readonly | The unique ID of the RadiobuttonControl. |
| index | number | readonly | The index of the RadiobuttonControl 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 | RadiobuttonGroup | readonly | The parent of the RadiobuttonControl (a RadiobuttonGroup). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| staticLabel | string | r/w | Text that appears in the RadiobuttonControl. |
Methods
Array of RadiobuttonControlgetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the RadiobuttonControl.
string toSpecifier ()
Retrieves the object specifier.
Used in:
RadiobuttonControls.previousItem (
obj:
RadiobuttonControl )
RadiobuttonControls.nextItem (
obj:
RadiobuttonControl )
Returned by:
Array of RadiobuttonControl RadiobuttonControl .getElements (
)
RadiobuttonControl RadiobuttonControls.add (
[withProperties:
Object]
)
RadiobuttonControl RadiobuttonControls.anyItem (
)
Array of RadiobuttonControl RadiobuttonControls.everyItem (
)
RadiobuttonControl RadiobuttonControls.firstItem (
)
RadiobuttonControl RadiobuttonControls.item (
index:
any
)
RadiobuttonControl RadiobuttonControls.itemByID (
id:
number
)
RadiobuttonControl RadiobuttonControls.itemByName (
name:
string
)
Array of RadiobuttonControl RadiobuttonControls.itemByRange (
from:
any, to:
any
)
RadiobuttonControl RadiobuttonControls.lastItem (
)
RadiobuttonControl RadiobuttonControls.middleItem (
)
RadiobuttonControl RadiobuttonControls.nextItem (
obj:
RadiobuttonControl
)
RadiobuttonControl RadiobuttonControls.previousItem (
obj:
RadiobuttonControl
)