Promotic

Enabled - property of the PmfObject object

Description:
Enable/disable editing of values.
Syntax:
Long Enabled
Values:
0 - Editing is disabled
1 - Editing is enabled
Note:
Property access for read and write.
 
This method is also functional in Web panels.
Example:
JavaScriptSelect and copy to clipboard

var oString = oForm.CreateItem("string", "IdStr1", "Title");
var nEnabled = oString.Enabled;   // Reading from the property
oString.Enabled = 1;   // Writing into the property

History:
Pm9.00.10: Available for Web panels.
Pm9.00.05: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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