RadiobuttonControl
QuickLinks
Hierarchy
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. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
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
Instances
Array of RadiobuttonControl getElements ()
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:
array of RadiobuttonControl RadiobuttonControls.itemByRange (from: any, to: any)
RadiobuttonControl RadiobuttonControls.nextItem (obj: RadiobuttonControl)
RadiobuttonControl RadiobuttonControls.previousItem (obj: RadiobuttonControl)
Return
Array of RadiobuttonControl RadiobuttonControl.getElements ()
RadiobuttonControl RadiobuttonControls.[] (index: number)
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)
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |