Promotic

ResizeColEnabled - property of the PmgWTable object

Description:
Enable/disable to change the column width by dragging the mouse by the column edge.
Syntax:
Long ResizeColEnabled
Values:
0 - change the column width is disabled
1 - change the column width is enabled
Note:
Property access for read and write. The default value of this property is defined in the "Enable the change of the column width by mouse dragging" configurator of this object.
 
In order to make the modification visible after write, it is necessary to call the Draw method.

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

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

var nResize = oTable.ResizeColEnabled;   // Reading from the property
oTable.ResizeColEnabled = 1;   // 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.