A measurement editbox control.
measurement editbox 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 units | measurement units enumeration | r/w | The measurement unit to use for the editbox or combobox. |
| 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. |