Attributes

Category: Colors

Name

Description

TextColor

The font color of the text displayed in the normal state.

Category: Inputbox

Name

Description

DataType

The data type of the control value.

IsReadOnly

If TRUE the control is read only.

UnitGroup

The unit group of the control value.

StepSize

The step size to increment and decrement the value using IncreaseValueByStepSize and DecreaseValueByStepSize functions with the buttons on the numpad.

Category: Text

Name

Description

TextFontSize

The font size of the displayed text.

DigitsAfterDecimal

The displayed number of digits after the decimal point for the FloatDataType.

DisplayUnitText

Displays the configured display unit text next to the value.

TextHorizontalAlignment

Horizontal alignment for the TextVal attribute.

ContentPadding

Padding for the TextVal attribute.

Category: Common

Name

Description

MinVal

Minimum value of the TextVal attribute.

MaxVal

Maximum value of the TextVal attribute.

RefVal

Reference value of the TextVal attribute which used to calculate in percentage.

TextVal

The value to be displayed in the control.

ReadBackOnWrite

This attribute sets if control should read and update the symbol value linked to the TextVal attribute every time user enters a new value.

UnitText

Unit text or an abbreviation string for the current display unit.

Category: Fixed-Units

Name

Description

DisplayUnit

Sets a fixed unit as the display unit for the control. The UnitGroup attribute must be an empty string to use this. Only applicable if the DataType attribute is set to FloatDataType.

SystemUnit

Sets a fixed unit as the system unit for the control. The UnitGroup attribute must be empty string to use this. Only applicable if the DataType attribute is set to FloatDataType.

Recipe Management:

Name

Description

RecipeManagement

Select if InputBox will add the server symbol that is bound to the TextVal attribute to a recipe type.

RecipeTypeName

With this attribute user can set the name of the recipe type to which control will add symbols mapped to it and teach any changes.

User Changes Logging:

Name

Description

LogChangesByUser

Log changes made by user on client into a log file.

ChangeLogDescriptor

Descriptor text that is used for change log entry instead of symbol path.