A collection of dialogs.
Element
dialog column
dialog Properties
| Property | Type | Access | Description |
|---|---|---|---|
| can cancel | boolean | 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. |
| class | type class | read | The class descriptor type. |
| id | integer | read | The unique ID of the dialog. |
| index | integer | read | 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. |
| object reference | dialog | read | An object reference for the dialog. |
| parent | reference | read | The parent of the dialog (a application). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |