Title - property of the PmForm object
Description:
Displayed form name in the window title bar.
Note:
Property access
for read and write.
This property is also functional in Web panels.
Example1:
JavaScriptSelect and copy to clipboard
var sTitle = oForm.Title; //Reading the value
oForm.Title = "Form title"; //Writing the value