ShowHideFieldsBehaviors

A collection of show/hide fields behavior objects.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

ShowHideFieldsBehavior [] (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.

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

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.

ShowHideFieldsBehavior itemByRange (from:Varies LongInteger ShowHideFieldsBehavior String, to:Varies LongInteger ShowHideFieldsBehavior String)

Returns the ShowHideFieldsBehaviors within the specified range.

Parameter

Type

Description

from

LongInteger

ShowHideFieldsBehavior

String

The ShowHideFieldsBehavior, index, or name at the beginning of the range. Can accept: ShowHideFieldsBehavior, Long Integer or String.

to

LongInteger

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.

Object of

Button.showHideFieldsBehaviors

CheckBox.showHideFieldsBehaviors

ComboBox.showHideFieldsBehaviors

ListBox.showHideFieldsBehaviors

RadioButton.showHideFieldsBehaviors

TextBox.showHideFieldsBehaviors

SignatureField.showHideFieldsBehaviors