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