A collection of dropdowns.
dropdown Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type | read | The class descriptor type. |
| id | integer | read | The unique ID of the dropdown. |
| index | integer | read | The index of the dropdown within its containing object. |
| min width | real | r/w | The width of the control. For an editbox or combobox, specifies the minimum width of the box. |
| object reference | dropdown | read | An object reference for the object. |
| parent | specifier | read | The parent of the dropdown (a dialog column, dialog row, enabling group or border panel). Can return: dialog column, dialog row, enabling group or border panel. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| selected index | integer | r/w | The index of the selection in a dropdown or combobox control. |
| string list | List of text | r/w | The menu items on a dropdown or combobox control, as an array of strings. |