Promotic

Title - property of the PmaReport object

Description:
Window title.
Syntax:
String Title
Note:
Property access for read and write. The default value of this property is defined in the "Window title" configurator of this object.
 
Macro expression can be used for input ($.text ..) (it is evaluated while setting a property).
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oReport = pMe.Pm("/Report");
var sTitle = oReport.Title;   // Reading from the property
oReport.Title = "Title report";   // Writing into the property

History:
Pm8.00.02: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.