BorderPanels
A collection of border panels.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
BorderPanel [] (index:Number)
Returns the BorderPanel with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
BorderPanel add (withProperties:Object)
Creates a new BorderPanel.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new BorderPanel (Optional) |
BorderPanel anyItem ()
Returns any BorderPanel in the collection.
Number count ()
Displays the number of elements in the BorderPanel.
BorderPanel everyItem ()
Returns every BorderPanel in the collection.
BorderPanel firstItem ()
Returns the first BorderPanel in the collection.
BorderPanel item (index:Varies LongInteger String)
Returns the BorderPanel with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
BorderPanel itemByID (id:Number)
Returns the BorderPanel with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
BorderPanel itemByRange (from:Varies BorderPanel LongInteger String, to:Varies BorderPanel LongInteger String)
Returns the BorderPanels within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The BorderPanel, index, or name at the beginning of the range. Can accept: BorderPanel, Long Integer or String. |
to |
LongInteger |
The BorderPanel, index, or name at the end of the range. Can accept: BorderPanel, Long Integer or String. |
BorderPanel lastItem ()
Returns the last BorderPanel in the collection.
BorderPanel middleItem ()
Returns the middle BorderPanel in the collection.
BorderPanel nextItem (obj:BorderPanel)
Returns the BorderPanel whose index follows the specified BorderPanel in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The BorderPanel whose index comes before the desired BorderPanel. |
BorderPanel previousItem (obj:BorderPanel)
Returns the BorderPanel with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the BorderPanel that follows the desired BorderPanel. |
String toSource ()
Generates a string which, if executed, will return the BorderPanel.
Object of
DialogColumn.borderPanels
EnablingGroup.borderPanels
BorderPanel.borderPanels
DialogRow.borderPanels