ClientType - property of the PmForm object
Description:
Returns a value that represents Pmf object viewing type.
Values:
0 - Development mode
1 - Runtime mode (local)
2 - Runtime mode (Web browser)
Note:
Property access for
read only.
This property is also functional in
Web panels.
Example1:
JavaScriptSelect and copy to clipboard
var nClientType = oForm.ClientType;