Promotic

Multiline - property of the PmgString object

Description:
Enable/disable displaying the text on more than one line.
Syntax:
Boolean Multiline
Note:
Property access for read and write. The default value of this property is defined in the "Multiline text" configurator of this object.
 
This property is not functional yet in Web panels
See also:
- PmfString.Multiline (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oString = pMe.Items("/Txt");

var bMultiline = oString.Multiline;   // Reading from the property
oString.Multiline = true;   // Writing into the property

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

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