A dialog row (a container for controls in a script dialog).
dialog row elements
| Name | Refer to By |
|---|---|
| angle comboboxes | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| angle editboxes | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| border panels | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| checkbox controls | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| dialog columns | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| dropdowns | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| enabling groups | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| integer comboboxes | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| integer editboxes | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| measurement comboboxes | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| measurement editboxes | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| percent comboboxes | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| percent editboxes | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| radiobutton groups | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| real comboboxes | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| real editboxes | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| static texts | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| text editboxes | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| widgets | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
dialog row properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | integer | read | The class descriptor type. |
| id | integer | read | A unique number identifying the object. |
| index | integer | read | Index of the object within its parent object. |
| object reference | object | read | An object reference for this object. |
| parent | object | read | The parent of the object. |
| properties | record | r/w | Property that allows setting of several properties at the same time. |