Promotic

ValueMin - property of the PmgSlider object

Description:
Lower limit of entered value.
Syntax:
Double ValueMin
Note:
Property access for read and write. The default value of this property is defined in the "Lower limit" configurator of this object.
 
This property is also functional in Web panels.
See also:
- PmgSlider.Value (property)
- PmgSlider.ValueMax (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oSlider = pMe.Items("/Slider");

var valueMin = oSlider.ValueMin;   // Reading from the property
oSlider.ValueMin = -10;   // 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.