ClearFormBehaviors
A collection of clear form 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
ClearFormBehavior [] (index:Number)
Returns the ClearFormBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
ClearFormBehavior add (withProperties:Object)
Creates a new ClearFormBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
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 |
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 |
The ID. |
ClearFormBehavior itemByName (name:String)
Returns the ClearFormBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
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 |
LongInteger |
The ClearFormBehavior, index, or name at the beginning of the range. Can accept: ClearFormBehavior, Long Integer or String. |
to |
LongInteger |
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 |
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 |
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