Enabled - property of the PmfObject object
Description:
Enable/disable editing of values.
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