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 from the property
oForm.Title = "Form title";
// Writing into the property