ClearFormBehaviors

A collection of clear form 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

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

ClearFormBehavior everyItem ()

Returns every ClearFormBehavior in the collection.

ClearFormBehavior firstItem ()

Returns the first ClearFormBehavior in the collection.

ClearFormBehavior item (index:Varies LongInteger String)

Returns the ClearFormBehavior with the specified index or name.

Parameter

Type

Description

index

LongInteger

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.

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

Returns the ClearFormBehaviors within the specified range.

Parameter

Type

Description

from

ClearFormBehavior

LongInteger

String

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

to

ClearFormBehavior

LongInteger

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.

Object of

Button.clearFormBehaviors

CheckBox.clearFormBehaviors

ComboBox.clearFormBehaviors

ListBox.clearFormBehaviors

RadioButton.clearFormBehaviors

TextBox.clearFormBehaviors

SignatureField.clearFormBehaviors