The value was entered in the sType parameter while creating the object by the PmForm.CreateItem method.
var oString = oForm.CreateItem("string", "IdStr1", "Title");
var sTitle = oString.Title; //Reading the value
oString.Title = "Title"; //Writing the value