oSepar = oForm.CreateItem("separ", "Id", "Title", "Subtype:space;");
oSepar.Subtype = "space";
sSubtype = oSepar.Subtype;
For this setup the following properties do not work: TitlePos, BodyHeightIni, BodyHeightMode.
For this setup the following properties do not work: Title, TitlePos.
It is possible to write into this property only if the PmForm window has not been opened yet.
This property is also functional in Web panels.
var oItem = oForm.CreateItem("separ", "", "", "Subtype:line;TitlePos:no;");