A collection of real number editboxes.
real editbox Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type class | read | The class descriptor type. |
| edit contents | string | r/w | The default value in an editbox control. Note: Do not specify both edit contents and edit value. If both are specified, the one that occurs later in the script is used. |
| edit value | fixed | r/w | The real number default value of the editbox or combobox. Note: For measurement controls, the value is interpreted in points. The points value is converted to edit units when the dialog opens. Note: Do not specify both edit value and edit contents. If … |
| id | integer | read | The unique ID of the real editbox. |
| index | integer | read | The index of the real editbox within its containing object. |
| large nudge | fixed | r/w | The amount to increment/decrement the value when a user selects the control and holds down the Shift key while pressing an arrow key on the keyboard. |
| maximum value | fixed | r/w | The maximum value that a user is allowed to type in a numeric editbox or combobox. Note: The value for a measurement editbox or combobox is interpreted in points, regardless of the edit units specified for the control. The points value is converted aut… |
| min width | fixed | r/w | The width of the control. For an editbox or combobox, specifies the minimum width of the box. |
| minimum value | fixed | r/w | The minumim value that a user is allowed to type in a numeric editbox or combobox. Note: The value for a measurement editbox or combobox is interpreted in points, regardless of the edit units specified for the control. The points value is converted aut… |
| object reference | real editbox | read | An object reference for the real editbox. |
| parent | reference | read | The parent of the real editbox (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. |
| small nudge | fixed | r/w | The amount to increment/decrement the value when the user selects the control and presses an arrow key on the keyboard. |