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