PrivateData - property of the PmfObject object
Description:
Reading or writing private value into the object.
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 the value
oString.PrivateData = "d425"; //Writing the value