Edit in GitHubLog an issue

IntegerComboboxes

A collection of integer comboboxes.

Instance

Read Only

Number length

The number of objects in the collection.

Methods

IntegerCombobox add( Object withProperties )

Creates a new IntegerCombobox.

Parameters

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

Number count()

Displays the number of elements in the IntegerCombobox.


IntegerCombobox item( Mixed index )

Returns the IntegerCombobox with the specified index or name.

Parameters

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

IntegerCombobox itemByID( Number id )

Returns the IntegerCombobox with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

IntegerCombobox itemByRange( Mixed from, Mixed to )

Returns the IntegerComboboxes within the specified range.

Parameters

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

IntegerCombobox firstItem()

Returns the first IntegerCombobox in the collection.


IntegerCombobox lastItem()

Returns the last IntegerCombobox in the collection.


IntegerCombobox middleItem()

Returns the middle IntegerCombobox in the collection.


IntegerCombobox previousItem( IntegerCombobox obj )

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

Parameters

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

IntegerCombobox nextItem( IntegerCombobox obj )

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

Parameters

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

IntegerCombobox anyItem()

Returns any IntegerCombobox in the collection.


IntegerCombobox everyItem()

Returns every IntegerCombobox in the collection.


String toSource()

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


IntegerCombobox []( Number index )

Returns the IntegerCombobox 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.