ShowHideFieldsBehaviors
A collection of show/hide fields behavior objects.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
ShowHideFieldsBehavior [] (index:Number)
Returns the ShowHideFieldsBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
ShowHideFieldsBehavior add (withProperties:Object)
Creates a new ShowHideFieldsBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
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.
ShowHideFieldsBehavior everyItem ()
Returns every ShowHideFieldsBehavior in the collection.
ShowHideFieldsBehavior firstItem ()
Returns the first ShowHideFieldsBehavior in the collection.
ShowHideFieldsBehavior item (index:Varies LongInteger String)
Returns the ShowHideFieldsBehavior with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
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 |
The ID. |
ShowHideFieldsBehavior itemByName (name:String)
Returns the ShowHideFieldsBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
ShowHideFieldsBehavior itemByRange (from:Varies LongInteger ShowHideFieldsBehavior String, to:Varies LongInteger ShowHideFieldsBehavior String)
Returns the ShowHideFieldsBehaviors within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The ShowHideFieldsBehavior, index, or name at the beginning of the range. Can accept: ShowHideFieldsBehavior, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the ShowHideFieldsBehavior that follows the desired ShowHideFieldsBehavior. |
String toSource ()
Generates a string which, if executed, will return the ShowHideFieldsBehavior.
Object of
Button.showHideFieldsBehaviors
CheckBox.showHideFieldsBehaviors
ComboBox.showHideFieldsBehaviors
ListBox.showHideFieldsBehaviors
RadioButton.showHideFieldsBehaviors
TextBox.showHideFieldsBehaviors
SignatureField.showHideFieldsBehaviors