Value |
This configurator sets the initial value of the Value property. Macro expression can be used for input ($.text ..) (it is evaluated while the window is opening). 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. |
---|---|
Font | Font of the text.
This configurator sets the initial value of the FontId property. |
Color | Text color |
Alignment horizontal | Horizontal alignment of the text
Center
|
Alignment vertical | Vertical alignment of the text
Up
Center
Down |
Rotate | Text rotation (is only in PmgString, PmgNumber, PmgButton and PmgButtonState objects)
Do not rotate
Left - Text will be rotated 90 degrees counterclockwise
Down - Text will be rotated upside down
Right - Text will be rotated 90 degrees clockwise |
Type of the text shading | Selection of the text shading type.
None - Text is not shaded
Right down - Text is shaded to the right bottom |
Shading color | Selection of the color of the text shading |
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).
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 a value of the Double type or Long). Integer - The Value property returns a value of the Long type. The edited content of the value can be checked for lower and upper limits. 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 and upper limits. See "Lower limit" configurator and "Upper limit" configurator.
|
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.
Tip: To display a number with fixed number of decimal places with a decimal point always on the same position, use the horizontal alignment "Right" (you can add spaces to the end of the formula, to avoid placing the number too right). |
Format formula | 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). |
Editing type | If editing is enabled in this configurator, then the object can be edited in runtime by the Enter key or by left mouse button double-clicking.
Editing disabled - The value cannot edited directly in this object. The edited content of the value is not being checked.
|
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 |
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 |
Edit window title | Text in the window title bar that is displayed for editing the value.
Macro expression can be used for input ($.text ..) (it is evaluated while the window is opening). This configurator is visible only if Editing type = Editing in auxiliary window. |