integer editbox

A collection of integer editboxes.

integer editbox Properties

Property Type Access Description
class type read The class descriptor type.
edit contents text 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 real 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 integer editbox.
index integer read The index of the integer editbox within its containing object.
large nudge real 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 real 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 real r/w The width of the control. For an editbox or combobox, specifies the minimum width of the box.
minimum value real 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 integer editbox read An object reference for the object.
parent specifier read The parent of the integer 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 real r/w The amount to increment/decrement the value when the user selects the control and presses an arrow key on the keyboard.

Leave a Comment

Previous post:

Next post: