PercentEditboxes
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
PercentEditbox [] (index:
number)
Returns the PercentEditbox with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
PercentEditbox add ([withProperties:
Object])
Creates a new PercentEditbox.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new PercentEditbox (Optional) |
PercentEditbox anyItem ()
Returns any PercentEditbox in the collection.
number count ()
Displays the number of elements in the PercentEditbox.
Array
of PercentEditbox everyItem ()
Returns every PercentEditbox in the collection.
PercentEditbox firstItem ()
Returns the first PercentEditbox in the collection.
PercentEditbox item (index:
varies)
Returns the PercentEditbox with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
PercentEditbox itemByID (id:
number)
Returns the PercentEditbox with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
Array
of PercentEditbox itemByRange (from:
varies, to:
varies)
Returns the PercentEditboxes within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer PercentEditbox String | The PercentEditbox, index, or name at the beginning of the range. Can accept: PercentEditbox, Long Integer or String. |
to | Long Integer PercentEditbox String | The PercentEditbox, index, or name at the end of the range. Can accept: PercentEditbox, Long Integer or String. |
PercentEditbox lastItem ()
Returns the last PercentEditbox in the collection.
PercentEditbox middleItem ()
Returns the middle PercentEditbox in the collection.
PercentEditbox nextItem (obj:
PercentEditbox)
Returns the PercentEditbox whose index follows the specified PercentEditbox in the collection.
Parameter | Type | Description |
---|---|---|
obj | PercentEditbox | The PercentEditbox whose index comes before the desired PercentEditbox. |
PercentEditbox previousItem (obj:
PercentEditbox)
Returns the PercentEditbox with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | PercentEditbox | The index of the PercentEditbox that follows the desired PercentEditbox. |
string toSource ()
Generates a string which, if executed, will return the PercentEditbox.
Element of
BorderPanel.percentEditboxes
DialogColumn.percentEditboxes
DialogRow.percentEditboxes
EnablingGroup.percentEditboxes
Jongware, 29-Apr-2012 v3.0.3i | Contents :: Index |