Promotic

Grid - property of the PmgWTable object

Description:
Enable drawing grid of non-fixed cells.
Syntax:
Boolean Grid
Values:
true - Cell grid will be drawn
false - Cell grid will not be drawn
Note:
Property access for read and write.
 
In order to make the modification visible after write, it is necessary to call the Draw method.
The property can also be set by the Dim method.

This property is also functional in Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTable = pMe.Items("/Table");

var bGrid = oTable.Grid;   // Reading from the property
oTable.Grid = true;   // Writing into the property
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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