Promotic

HorzAlign - property of the PmfTableArea object

Description:
Horizontal text alignment of selected table area.
If this property is not set, then it takes (inherits) its value from the same HorzAlign property of the parent object.
Syntax:
String HorzAlign
Values:
center - default align to center
left - align to left border
right - align to right border
inherit - The property takes its value from the parent object
Note:
Property access for read and write.
 
This method is also functional in Web panels.
Example:
JavaScriptSelect and copy to clipboard

oTableArea.HorzAlign = "center";   // Writing into the property
var sHorzAlign = oTableArea.HorzAlign;   // Reading from the property
oTableArea.HorzAlign = "inherit";   // The property takes its value from the parent object

History:
Pm9.00.04: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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