BorderPanels
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
BorderPanel [] (index:
number)
Returns the BorderPanel with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
BorderPanel add ([withProperties:
Object])
Creates a new BorderPanel.
Parameter | Type | Description |
---|---|---|
withProperties | Object | 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.
Array of BorderPanel everyItem ()
Returns every BorderPanel in the collection.
BorderPanel firstItem ()
Returns the first BorderPanel in the collection.
BorderPanel item (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. |
BorderPanel itemByID (id:
number)
Returns the BorderPanel with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
BorderPanel itemByName (name:
string)
Returns the BorderPanel with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of BorderPanel itemByRange (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. |
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 | BorderPanel | 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 | 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
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |