Homepage | About EASA | Contact
Guide Section: GUI of EASAPs | EASAP Tree: User Interface Branch
INTEGERBOX creates a data entry box for a User to input an integer or whole number. The integer entered is associated with the INTEGERBOX name.
The properties of INTEGERBOX are similar to REALBOX. Bounds checking can be set and units can be specified.
Use of Parametric Ranges for INTEGERBOX is not supported.
![]() |
|
---|---|
Essential Parameters: | |
Default: | Default value to be displayed (Expression allowed) |
Optional Parameters: | |
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 (Expression allowed) |
Lower Bound: | Lower bound on integer box value (Expression 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 reference to a USER INTERFACE STYLE that controls the visual appearance of this object's background |
Input Style: | A reference to a USER INTERFACE STYLE that controls the visual appearance of this object's input area |
Delimiter: | Character to act as delimiter in DORs. Replaces default of '%' |
Tab Index: | Establish an order of preference for <TAB> key navigation. Highest priority is the lowest number (default→1) and continues in ascending numerical order. Use -1 to disable. |
Tool Tip: | Text to be displayed as a tool tip |