Promotic

PaddingBottom - property of the PmgWTable object

Description:
Creates free area for cell text at the bottom (in pixels).
Syntax:
Long PaddingBottom
Note:
Property access for read and write. The default value of this property is defined in the "Down" configurator of this object.
 
This property is also functional in Web panels.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard


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

var nPaddingBottom = oTable.PaddingBottom;   // Reading from the property
oTable.PaddingBottom = 3;   // Writing into the property

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

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