DialogColumns
A collection of dialog columns.
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
DialogColumn [] (index:Number)
Returns the DialogColumn with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
DialogColumn add (withProperties:Object)
Creates a new DialogColumn.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new DialogColumn (Optional) |
DialogColumn anyItem ()
Returns any DialogColumn in the collection.
Number count ()
Displays the number of elements in the DialogColumn.
DialogColumn everyItem ()
Returns every DialogColumn in the collection.
DialogColumn firstItem ()
Returns the first DialogColumn in the collection.
DialogColumn item (index:Varies LongInteger String)
Returns the DialogColumn with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
DialogColumn itemByID (id:Number)
Returns the DialogColumn with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
DialogColumn itemByRange (from:Varies DialogColumn LongInteger String, to:Varies DialogColumn LongInteger String)
Returns the DialogColumns within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The DialogColumn, index, or name at the beginning of the range. Can accept: DialogColumn, Long Integer or String. |
to |
LongInteger |
The DialogColumn, index, or name at the end of the range. Can accept: DialogColumn, Long Integer or String. |
DialogColumn lastItem ()
Returns the last DialogColumn in the collection.
DialogColumn middleItem ()
Returns the middle DialogColumn in the collection.
DialogColumn nextItem (obj:DialogColumn)
Returns the DialogColumn whose index follows the specified DialogColumn in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The DialogColumn whose index comes before the desired DialogColumn. |
DialogColumn previousItem (obj:DialogColumn)
Returns the DialogColumn with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the DialogColumn that follows the desired DialogColumn. |
String toSource ()
Generates a string which, if executed, will return the DialogColumn.
Object of
Dialog.dialogColumns
EnablingGroup.dialogColumns
BorderPanel.dialogColumns
DialogRow.dialogColumns