Promotic

ValueMax - property of the PmgSlider object

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

var oSlider = pMe.Items("/Slider");
var valueMax = oSlider.ValueMax;   // Reading from the property

oSlider.ValueMax = 120;   // Writing into the property
PROMOTIC 9.0.24 SCADA system documentation MICROSYS, spol. s r.o.

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