Homepage | About EASA | Contact
Guide Section: An EASAP GUI
EASAP Tree: USER INTERFACE → FORM LIST or TABBED PANE LIST → FORM or TABBED PANE
INTEGERBOX creates a data entry box for a User to input an integer or whole number.
The properties of INTEGERBOX are similar to REALBOX, bounds checking may be set and units may be specified.
Use of Parametric Ranges for INTEGERBOX is not supported.
![]() |
|
---|---|
Optional Parameters: | |
Default: | Default value to be displayed, expression allowed. default→0 |
Label: | Text displayed to the left of box |
Range Reference: | Select NAMED RANGE or existing RANGE REFERENCE to link value to cell in an Excel spreadsheet |
Label Width: | Width in pixels of label |
Upper Bound: | Upper bound on integer box value (expressions allowed) |
Lower Bound: | Lower bound on integer box value (expressions allowed) |
Show if: | Logical expression, if TRUE then box shown, if FALSE then box NOT shown |
Enable if: | Logical expression, if TRUE then box enabled, if FALSE then box NOT enabled |
Units: | Select from list of all available dimensional groups |
Characters: | The number of characters the INPUTBOX should show. |
Label Width: | Width in pixels of Label: |
Style: | A literal string, a USER INTERFACE STYLE, or an object reference for dynamic CSS-style to apply to the whole object |
Input Style: | A literal string, a USER INTERFACE STYLE, or an object reference for dynamic CSS-style to apply to the input area |
Delimiter: | Character to delimit an object reference. default→% |
Tab Index: | Establish an order of preference for <TAB> key navigation <TAB> delivers focus to Tab Index:→1 then 2 and continues in ascending numerical order After the highest set Tab Index: value, focus is delivered to Tab Index:→0 Tab Index:→-1 will completely exclude this object from <TAB> focus selection By default→Tab Index:0 |
Tool Tip: | Text to be displayed as a tool tip |