Promotic

PrivateData - property of the PmfObject object

Description:
Private value of the object. It is used to store designer-defined auxiliary values.
Syntax:
Variant PrivateData
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 sPrivateData = oString.PrivateData;   // Reading from the property
oString.PrivateData = "d425";   // Writing into the property

History:
Pm9.00.04: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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