CheckboxControls

A collection of checkbox controls.

Methods

CheckboxControladd ([withProperties:
Object])
Creates a new CheckboxControl.

Parameter Type Description
withProperties Object Initial values for properties of the new CheckboxControl (Optional)

CheckboxControlanyItem ()
Returns any CheckboxControl in the collection.

number count ()
Displays the number of elements in the CheckboxControl.

Array of CheckboxControleveryItem ()
Returns every CheckboxControl in the collection.

CheckboxControlfirstItem ()
Returns the first CheckboxControl in the collection.

CheckboxControlitem (index:
any)
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.

CheckboxControlitemByID (id:
number)
Returns the CheckboxControl with the specified ID.

Parameter Type Description
id number The ID.

CheckboxControlitemByName (name:
string)
Returns the CheckboxControl with the specified name.

Parameter Type Description
name string The name.

Array of CheckboxControlitemByRange (from:
any, to:
any)
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.

CheckboxControllastItem ()
Returns the last CheckboxControl in the collection.

CheckboxControlmiddleItem ()
Returns the middle CheckboxControl in the collection.

CheckboxControlnextItem (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.

CheckboxControlpreviousItem (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

Leave a Comment

Previous post:

Next post: