A collection of dialog columns.
Methods
DialogColumnadd ([withProperties:
Object])
Creates a new DialogColumn.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new DialogColumn (Optional) |
DialogColumnanyItem ()
Returns any DialogColumn in the collection.
number count ()
Displays the number of elements in the DialogColumn.
Array of DialogColumneveryItem ()
Returns every DialogColumn in the collection.
DialogColumnfirstItem ()
Returns the first DialogColumn in the collection.
DialogColumnitem (index:
any)
Returns the DialogColumn with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
DialogColumnitemByID (id:
number)
Returns the DialogColumn with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
DialogColumnitemByName (name:
string)
Returns the DialogColumn with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of DialogColumnitemByRange (from:
any, to:
any)
Returns the DialogColumns within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | DialogColumn Long Integer String |
The DialogColumn, index, or name at the beginning of the range. Can accept: DialogColumn, Long Integer or String. |
| to | DialogColumn Long Integer String |
The DialogColumn, index, or name at the end of the range. Can accept: DialogColumn, Long Integer or String. |
DialogColumnlastItem ()
Returns the last DialogColumn in the collection.
DialogColumnmiddleItem ()
Returns the middle DialogColumn in the collection.
DialogColumnnextItem (obj:
DialogColumn)
Returns the DialogColumn whose index follows the specified DialogColumn in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | DialogColumn | The DialogColumn whose index comes before the desired DialogColumn. |
DialogColumnpreviousItem (obj:
DialogColumn)
Returns the DialogColumn with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | DialogColumn | The index of the DialogColumn that follows the desired DialogColumn. |
string toSource ()
Generates a string which, if executed, will return the DialogColumn.
Element of:
BorderPanel.dialogColumns
Dialog.dialogColumns
DialogRow.dialogColumns
EnablingGroup.dialogColumns