Text | Initial value of the EditBox.
This configurator sets the initial value of the Value property. If it is written into this property and if this property is linked to the data binding PP, AP, SP, OP or GP, then this value is transferred also into the source of this data binding. Macro expression can be used for input ($.text ..) (it is evaluated while the window is opening). The new line is inserted by pressing the Ctrl+Enter key. |
---|---|
Font | Font of the text. |
Text color | Text color of the object.
This configurator sets the initial value of the ColorText property. |
Background color | Background color of the object.
This configurator sets the initial value of the ColorItem property. |
Alignment | Align type of the text. It is functional only if the "Multiline text" configurator is checked.
left
Center
Right |
Border | Object border type:
None - No border
Simple line - Simple border of the object
Static - Simple 3D border of the object
3D - Three dimensional border of the object
Modal - Modal border of the object |
Data type of entered value | It sets if checking of the data type is performed in the edit mode of the object, it can be set the check-up for entering the real or integer value (with spaces or without them). For string the entering is without limitation. In the edit mode each character entered from the keyboard is checked whether it meets the setting of this property.
This configurator is used both for entered value checking and it affects the real data type of the value (i.e. the Value property returns String, Double or Long). Text string - The Value property returns a value of the String type. The edited content of the value is not being checked.
Integer - The Value property returns a value of the Long type. The edited content of the value can be checked for lower limit and upper limit. See "Lower limit" configurator and "Upper limit" configurator.
Real number - The Value property returns a value of the Double type. The edited content of the value can be checked for lower limit and upper limit. See "Lower limit" configurator and "Upper limit" configurator. |
Always return String (obsolete) | If checked, then the Value property will always return the String data type even if the numeric data type is set for entered value. |
Value format type | It is possible to enter simple formula for formatting. The more complex formula (e.g. for a multiple input) is entered by means of the "F - String format" data binding.
None - The formatting is not used
|
Format values | Formatting rule according to the syntax of format type value.
Macro expression can be used for input (it is evaluated while the window is opening). |
Lower limit | If editing is enabled, then it is possible to require checking the entered value on the lower limit entered here by checking the checkbox. By the attempt to enter a value outside the limit, an error message is displayed
This configurator is visible only if Data type of entered value = Integer or Real number. |
Upper limit | If editing is enabled, then it is possible to require checking the entered value on the upper limit entered here by checking the checkbox. By the attempt to enter a value outside the limit, an error message is displayed
This configurator is visible only if Data type of entered value = Integer or Real number. |