CheckboxControls
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
CheckboxControl [] (index:
number)
Returns the CheckboxControl with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
CheckboxControl add ([withProperties:
Object])
Creates a new CheckboxControl.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new CheckboxControl (Optional) |
CheckboxControl anyItem ()
Returns any CheckboxControl in the collection.
number count ()
Displays the number of elements in the CheckboxControl.
Array of CheckboxControl everyItem ()
Returns every CheckboxControl in the collection.
CheckboxControl firstItem ()
Returns the first CheckboxControl in the collection.
CheckboxControl item (index:
varies)
Returns the CheckboxControl with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
CheckboxControl itemByID (id:
number)
Returns the CheckboxControl with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
Array of CheckboxControl itemByRange (from:
varies, to:
varies)
Returns the CheckboxControls within the specified range.
Parameter | Type | Description |
---|---|---|
from | CheckboxControl Long Integer String | The CheckboxControl, index, or name at the beginning of the range. Can accept: CheckboxControl, Long Integer or String. |
to | CheckboxControl Long Integer String | The CheckboxControl, index, or name at the end of the range. Can accept: CheckboxControl, Long Integer or String. |
CheckboxControl lastItem ()
Returns the last CheckboxControl in the collection.
CheckboxControl middleItem ()
Returns the middle CheckboxControl in the collection.
CheckboxControl nextItem (obj:
CheckboxControl)
Returns the CheckboxControl whose index follows the specified CheckboxControl in the collection.
Parameter | Type | Description |
---|---|---|
obj | CheckboxControl | The CheckboxControl whose index comes before the desired CheckboxControl. |
CheckboxControl previousItem (obj:
CheckboxControl)
Returns the CheckboxControl with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | CheckboxControl | The index of the CheckboxControl that follows the desired CheckboxControl. |
string toSource ()
Generates a string which, if executed, will return the CheckboxControl.
Element of
BorderPanel.checkboxControls
DialogColumn.checkboxControls
DialogRow.checkboxControls
EnablingGroup.checkboxControls
Jongware, 28-Apr-2012 v3.0.3h | Contents :: Index |