A collection of checkbox controls.
Go to Property Listing | Method Listing
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
CheckboxControl [] (index:Number)
Returns the CheckboxControl with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
CheckboxControl add (withProperties:Object)
Creates a new CheckboxControl.
Parameter |
Type |
Description |
---|---|---|
withProperties |
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.
CheckboxControl everyItem ()
Returns every CheckboxControl in the collection.
CheckboxControl firstItem ()
Returns the first CheckboxControl in the collection.
CheckboxControl item (index:Varies LongInteger String)
Returns the CheckboxControl with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
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 |
The ID. |
CheckboxControl itemByRange (from:Varies CheckboxControl LongInteger String, to:Varies CheckboxControl LongInteger String)
Returns the CheckboxControls within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The CheckboxControl, index, or name at the beginning of the range. Can accept: CheckboxControl, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the CheckboxControl that follows the desired CheckboxControl. |
String toSource ()
Generates a string which, if executed, will return the CheckboxControl.
DialogColumn.checkboxControls
EnablingGroup.checkboxControls
BorderPanel.checkboxControls
DialogRow.checkboxControls