Panels
A collection of panels.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the Panel with the specified index.
Returns any Panel in the collection.
Displays the number of elements in the Panel.
Returns every Panel in the collection.
Returns the first Panel in the collection.
Returns the Panel with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the Panel with the specified name.
→ Panel[]
Returns the Panels within the specified range.
from
LongInteger | Panel | String
The Panel, index, or name at the beginning of the range. Can accept: Panel, Long Integer or String.
to
LongInteger | Panel | String
The Panel, index, or name at the end of the range. Can accept: Panel, Long Integer or String.
Returns the last Panel in the collection.
Returns the middle Panel in the collection.
Returns the Panel whose index follows the specified Panel in the collection.
obj
Panel
The Panel whose index comes before the desired Panel.
→ Panel
Returns the Panel with the index previous to the specified index.
obj
Panel
The index of the Panel that follows the desired Panel.
Generates a string which, if executed, will return the Panel.
Object of 1
Properties elsewhere that hold a Panels.