Macro expression can be used for input ($.text ..) (it is evaluated while the window is opening). Caution: Macro expression $vb cannot be used for input. Macro expression $.text it can be used both for configuration in the development environment, or in the running application by writing into this property. This enables event item texts localization. In this property and on the disk in event history the corresponding macro expression is saved (not the macro expression result). It is then possible in the application to switch the language while viewing the event history and the event item texts will be displayed in selected language.
var oEv = pMe.Pm("/Event");
var oEvItem = oEv.Item("Temperature");
var sDesc = oEvItem.Description;