Promotic

Text1 - property of the PmgButtonState object

Description:
Text in the button in the state 1.
Syntax:
String Text1
Note:
Property access for read and write. The default value of this property is defined in the "Text" configurator of this object.
 
This property is also functional in Web panels.
See also:
- PmgButtonState.Text (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oBtnState = pMe.Items("/BtnState");

var sText1 = oBtnState.Text1;   // Reading from the property
oBtnState.Text1 = "Button Down";   // 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.