AppName - property of the Pm object
Description:
The PROMOTIC application name.
It is name of the
Application.pra file without the path to the file and without the extension.
Note:
Property access for
read-only.
This property
is not functional in
Web panels
Example:
JavaScriptVBScriptSelect and copy to clipboard
var sName = Pm.AppName;
// Reading from the property
Dim sName
sName = Pm.AppName
' Reading from the property