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