Update cookies preferences
Promotic

Multiline - property of the PmfTable object

Description:
The property returns or sets displaying of multirow text in all table cells.
Syntax:
Long Multiline
Values:
0 (default) - Displaying the multi-row text is disabled.
1 - Displaying the multi-row text is enabled.
Note:
Property access for read and write.
 
This method is also functional in Web panels.
To display text on multiple rows, the cell text must contain a new row character ("\n") at the desired location.
Enabling the multi-row text preserves horizontal alignment of the text in the cells (see HorzAlign).
See also:
Example1:
JavaScriptSelect and copy to clipboard

oTable.Multiline = 1;   // Writing into the property
var nMultiline = oTable.Multiline;   // Reading from the property

History:
Pm9.00.28: Created
PROMOTIC 9.0.28 SCADA system documentation MICROSYS, spol. s r.o.

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