Promotic

SelectedValue - property of the PmgWCombo object

Description:
Hidden value associated with selected visible text.
Syntax:
String SelectedValue
Note:
Property access for read and write. The default value of this property is defined in the "Selected value" configurator of this object.
 
This property is also functional in Web panels.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oCombo = pMe.Items("/WCombo");

var val = oCombo.SelectedValue;   // Reading from the property
oCombo.SelectedValue = "value1";   // 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.