A collection of border panels.
Methods
BorderPaneladd ([withProperties:
Object])
Creates a new BorderPanel.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new BorderPanel (Optional) |
BorderPanelanyItem ()
Returns any BorderPanel in the collection.
number count ()
Displays the number of elements in the BorderPanel.
Array of BorderPaneleveryItem ()
Returns every BorderPanel in the collection.
BorderPanelfirstItem ()
Returns the first BorderPanel in the collection.
BorderPanelitem (index:
any)
Returns the BorderPanel with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
BorderPanelitemByID (id:
number)
Returns the BorderPanel with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
BorderPanelitemByName (name:
string)
Returns the BorderPanel with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of BorderPanelitemByRange (from:
any, to:
any)
Returns the BorderPanels within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | BorderPanel Long Integer String |
The BorderPanel, index, or name at the beginning of the range. Can accept: BorderPanel, Long Integer or String. |
| to | BorderPanel Long Integer String |
The BorderPanel, index, or name at the end of the range. Can accept: BorderPanel, Long Integer or String. |
BorderPanellastItem ()
Returns the last BorderPanel in the collection.
BorderPanelmiddleItem ()
Returns the middle BorderPanel in the collection.
BorderPanelnextItem (obj:
BorderPanel)
Returns the BorderPanel whose index follows the specified BorderPanel in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | BorderPanel | The BorderPanel whose index comes before the desired BorderPanel. |
BorderPanelpreviousItem (obj:
BorderPanel)
Returns the BorderPanel with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | BorderPanel | The index of the BorderPanel that follows the desired BorderPanel. |
string toSource ()
Generates a string which, if executed, will return the BorderPanel.
Element of:
BorderPanel.borderPanels
DialogColumn.borderPanels
DialogRow.borderPanels
EnablingGroup.borderPanels