Class
A dialog.
destroy, extractLabel, insertLabel, show
Dialog
QuickLinks
Hierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| canCancel | bool | r/w | If true, creates a Cancel button in the dialog that allows users to close the dialog without saving any selections. If false, the dialog contains an OK button but no Cancel button. |
| dialogColumns | DialogColumns | readonly | A collection of dialog columns. |
| id | number | readonly | The unique ID of the Dialog. |
| index | number | readonly | The index of the Dialog within its containing object. |
| label | string | r/w | A property that can be set to any string. |
| name | string | r/w | The name of the Dialog. |
| parent | Application | readonly | The parent of the Dialog (a Application). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
void destroy ()
Destroys the dialog object. Note: Dialog objects remain in memory until you destroy them or quit the program.
string extractLabel (key:
string)
Gets the label value associated with the specified key.
| Parameter | Type | Description |
|---|---|---|
| key | string | The key. |
void insertLabel (key:
string, value:
string)
Sets the label to the value associated with the specified key.
| Parameter | Type | Description |
|---|---|---|
| key | string | The key. |
| value | string | The value. |
Return
Dialog Dialogs.add ([withProperties: Object])
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |