TextBoxes
A collection of text boxes.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the TextBox.
TextBox add( Layer layer, LocationOptions at, Mixed reference, Object withProperties )
Creates a new TextBox
Parameters
TextBox item( Mixed index )
Returns the TextBox with the specified index or name.
Parameters
TextBox itemByName( String name )
Returns the TextBox with the specified name.
Parameters
TextBox itemByID( Number id )
Returns the TextBox with the specified ID.
Parameters
TextBox itemByRange( Mixed from, Mixed to )
Returns the TextBoxes within the specified range.
Parameters
TextBox firstItem()
Returns the first TextBox in the collection.
TextBox lastItem()
Returns the last TextBox in the collection.
TextBox middleItem()
Returns the middle TextBox in the collection.
TextBox previousItem( TextBox obj )
Returns the TextBox with the index previous to the specified index.
Parameters
TextBox nextItem( TextBox obj )
Returns the TextBox whose index follows the specified TextBox in the collection.
Parameters
TextBox anyItem()
Returns any TextBox in the collection.
TextBox everyItem()
Returns every TextBox in the collection.
String toSource()
Generates a string which, if executed, will return the TextBox.
TextBox []( Number index )
Returns the TextBox with the specified index.