Promotic

BgColor - property of the PmfTableCell object

Description:
Setting/getting the background color of selected cell in table area.
If this property is not set, then it takes (inherits) its value from the same BgColor property of the parent object.
Syntax:
String BgColor
Values:
#rrggbb - RGB String (represents a color) is written in the form "#RRGGBB".
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.
Example1:
JavaScriptSelect and copy to clipboard

oCell.BgColor = "#ffffff";   // Writing into the property
var sBgColor = oCell.BgColor;   // Reading from the property
oCell.BgColor = "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.