Edit in GitHubLog an issue

RealEditboxes

A collection of real number editboxes.

Instance

Read Only

Number length

The number of objects in the collection.

Methods

RealEditbox add( Object withProperties )

Creates a new RealEditbox.

Parameters

TypeNameDescription
Object
withProperties
Initial values for properties of the new RealEditbox (Optional)

Number count()

Displays the number of elements in the RealEditbox.


RealEditbox item( Mixed index )

Returns the RealEditbox with the specified index or name.

Parameters

TypeNameDescription
Mixed
index
The index or name. Can accept: Long Integer or String.

RealEditbox itemByID( Number id )

Returns the RealEditbox with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

RealEditbox itemByRange( Mixed from, Mixed to )

Returns the RealEditboxes within the specified range.

Parameters

TypeNameDescription
Mixed
from
The RealEditbox, index, or name at the beginning of the range. Can accept: RealEditbox, Long Integer or String.
Mixed
to
The RealEditbox, index, or name at the end of the range. Can accept: RealEditbox, Long Integer or String.

RealEditbox firstItem()

Returns the first RealEditbox in the collection.


RealEditbox lastItem()

Returns the last RealEditbox in the collection.


RealEditbox middleItem()

Returns the middle RealEditbox in the collection.


RealEditbox previousItem( RealEditbox obj )

Returns the RealEditbox with the index previous to the specified index.

Parameters

TypeNameDescription
RealEditbox
obj
The index of the RealEditbox that follows the desired RealEditbox.

RealEditbox nextItem( RealEditbox obj )

Returns the RealEditbox whose index follows the specified RealEditbox in the collection.

Parameters

TypeNameDescription
RealEditbox
obj
The RealEditbox whose index comes before the desired RealEditbox.

RealEditbox anyItem()

Returns any RealEditbox in the collection.


RealEditbox everyItem()

Returns every RealEditbox in the collection.


String toSource()

Generates a string which, if executed, will return the RealEditbox.


RealEditbox []( Number index )

Returns the RealEditbox with the specified index.

Parameters

TypeNameDescription
Number
index
The index.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.