AppFullName - property of the Pm object
Description:
Name of the
Application.pra file (without the extension) including the full path to the file.
Syntax:
String AppFullName
Note:
Property access for
read only.
This property
is not functional in
Web panels
Example:
JavaScriptVBScriptSelect and copy to clipboard
var s = Pm.AppFullName;
// Reading from the property
Dim s
s = Pm.AppFullName
' Reading from the property