The object value is stored in the Value property. Its possible data binding specifies the source (and destination) where the value is written in the time of entering a new value, see the onDataEditAccept event. The data binding is here "for read and write", it means that if the source of the data binding is changed by other methods, then the change of this source is reflected into the change of this object, i.e. the object displays the changes of this referred variable (if the object is not switched into edit mode).
The object is not limited to the text size, i.e. the text of large size can be shown there (it has sense only if the "Multiline text" configurator is checked).
This object is the Window Pmg object.
ColorItem | Background color |
---|---|
ColorText | Color of the text value |
Value | Displayed value |
onDataEditAccept | Is triggered after final change of the object content |
---|---|
onDataEditCancel | Is triggered after pressing the Esc key |
onDataEditing | Is triggered on changing the object content |
onFocusIn | Is triggered if the object receives focus |
onFocusOut | Is triggered if the object loses focus |
onModeChange | Is triggered when the Pmg object mode changes |
onMousePress | Is triggered after pressing or releasing the left mouse button |
onRefresh | Is triggered on the data refresh of the Pmg object |
onStart | Is triggered on the construction of the Pmg object in the course of opening the panel |
onStop | Is triggered on the destruction of the Pmg object in the course of closing the panel |
Object | General information about the object |
---|---|
Content | Content of the Pmg object in the XML form |
Position | Setting the position, width and height of the Pmg object |
Variables | List and configuration of user defined Pmg object variables |
Events | Algorithms definition for the object events |
Methods | Definition of designer's method of the Pmg object |
Edit | Properties of the PmgWEdit object |
Attributes | Attributes of the PmgWEdit object |