Panels
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Panel anyItem ()
Returns any Panel in the collection.
number count ()
Displays the number of elements in the Panel.
Array
of Panel everyItem ()
Returns every Panel in the collection.
Panel firstItem ()
Returns the first Panel in the collection.
Panel item (index:
any)
Returns the Panel with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Panel itemByName (name:
string)
Returns the Panel with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of Panel itemByRange (from:
any, to:
any)
Returns the Panels within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer Panel String | The Panel, index, or name at the beginning of the range. Can accept: Panel, Long Integer or String. |
to | Long Integer Panel String | The Panel, index, or name at the end of the range. Can accept: Panel, Long Integer or String. |
Panel lastItem ()
Returns the last Panel in the collection.
Panel middleItem ()
Returns the middle Panel in the collection.
Panel nextItem (obj:
Panel)
Returns the Panel whose index follows the specified Panel in the collection.
Parameter | Type | Description |
---|---|---|
obj | Panel | The Panel whose index comes before the desired Panel. |
Panel previousItem (obj:
Panel)
Returns the Panel with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Panel | The index of the Panel that follows the desired Panel. |
string toSource ()
Generates a string which, if executed, will return the Panel.
Element of
Application.panels
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |