A checkbox control.
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 CheckboxControl. |
| index | number | readonly | The index of the CheckboxControl 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 CheckboxControl (a DialogColumn, DialogRow, EnablingGroup or BorderPanel). |
| 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 CheckboxControl. |
Methods
Array of CheckboxControlgetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the CheckboxControl.
string toSpecifier ()
Retrieves the object specifier.
Used in:
CheckboxControls.previousItem (
obj:
CheckboxControl )
CheckboxControls.nextItem (
obj:
CheckboxControl )
Returned by:
Array of CheckboxControl CheckboxControl .getElements (
)
CheckboxControl CheckboxControls.add (
[withProperties:
Object]
)
CheckboxControl CheckboxControls.anyItem (
)
Array of CheckboxControl CheckboxControls.everyItem (
)
CheckboxControl CheckboxControls.firstItem (
)
CheckboxControl CheckboxControls.item (
index:
any
)
CheckboxControl CheckboxControls.itemByID (
id:
number
)
CheckboxControl CheckboxControls.itemByName (
name:
string
)
Array of CheckboxControl CheckboxControls.itemByRange (
from:
any, to:
any
)
CheckboxControl CheckboxControls.lastItem (
)
CheckboxControl CheckboxControls.middleItem (
)
CheckboxControl CheckboxControls.nextItem (
obj:
CheckboxControl
)
CheckboxControl CheckboxControls.previousItem (
obj:
CheckboxControl
)