A percent combobox control.
percent combobox properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | integer | read | The class descriptor type. |
| edit contents | string | r/w | The text in the text edit field of the control. |
| edit value | fixed | r/w | Real number value of the angle combobox, in degrees. |
| id | integer | read | A unique number identifying the object. |
| index | integer | read | Index of the object within its parent object. |
| large nudge | fixed | r/w | The amount that the value of the control changes when the user holds Shift and presses the up or down arrow keys while editing the value in the control. If you do not set a value for this property, the value of the control does not change when the user presses these keys. |
| maximum value | fixed | r/w | The maximum value for this control. |
| min width | fixed | r/w | The minimum width for this control. |
| minimum value | fixed | r/w | The minimum value for this control. |
| 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. |
| small nudge | fixed | r/w | The amount that the value of the control changes when the user presses the up or down arrow keys while editing the value in the control. If you do not set a value for this property, the value of the control does not change when the user presses these keys. |
| string list | list of strings | r/w | A list of the strings that appear on the menu of the control. |