InstancesClearFormBehavior [] (index:
number)
Returns the ClearFormBehavior with the specified index.
Parameter | Type | Description |
index | number | The index. |
ClearFormBehavior add ([withProperties:
Object])
Creates a new ClearFormBehavior.
Parameter | Type | Description |
withProperties | Object | Initial values for properties of the new ClearFormBehavior (Optional) |
ClearFormBehavior anyItem ()
Returns any ClearFormBehavior in the collection.
number count ()
Displays the number of elements in the ClearFormBehavior.
Array of ClearFormBehavior everyItem ()
Returns every ClearFormBehavior in the collection.
ClearFormBehavior firstItem ()
Returns the first ClearFormBehavior in the collection.
ClearFormBehavior item (index:
varies)
Returns the ClearFormBehavior with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
ClearFormBehavior itemByID (id:
number)
Returns the ClearFormBehavior with the specified ID.
Parameter | Type | Description |
id | number | The ID. |
ClearFormBehavior itemByName (name:
string)
Returns the ClearFormBehavior with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of ClearFormBehavior itemByRange (from:
varies, to:
varies)
Returns the ClearFormBehaviors within the specified range.
Parameter | Type | Description |
from | ClearFormBehavior Long Integer String | The ClearFormBehavior, index, or name at the beginning of the range. Can accept: ClearFormBehavior, Long Integer or String. |
to | ClearFormBehavior Long Integer String | The ClearFormBehavior, index, or name at the end of the range. Can accept: ClearFormBehavior, Long Integer or String. |
ClearFormBehavior lastItem ()
Returns the last ClearFormBehavior in the collection.
ClearFormBehavior middleItem ()
Returns the middle ClearFormBehavior in the collection.
ClearFormBehavior nextItem (obj:
ClearFormBehavior)
Returns the ClearFormBehavior whose index follows the specified ClearFormBehavior in the collection.
Parameter | Type | Description |
obj | ClearFormBehavior | The ClearFormBehavior whose index comes before the desired ClearFormBehavior. |
ClearFormBehavior previousItem (obj:
ClearFormBehavior)
Returns the ClearFormBehavior with the index previous to the specified index.
Parameter | Type | Description |
obj | ClearFormBehavior | The index of the ClearFormBehavior that follows the desired ClearFormBehavior. |
string toSource ()
Generates a string which, if executed, will return the ClearFormBehavior.
|