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