Promotic

StartWidth - property of the PmgWTable object

Description:
Default column width.
The property can be set any time while working with the table.
All table columns have this width, unless the width has been set explicitly by the SetColWidth method.
Syntax:
Long StartWidth
Note:
Property access for read and write.
 
The property can also be set by the Dim method.
The default value is 50.

This property is also functional in Web panels. But here the change at any time does not work. For this case it is better to use the SetColWidth method.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

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

var nWidth = oTable.StartWidth;   // Reading from the property
oTable.StartWidth = 80;   // 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.