"moduleName"
    
    Returns the name of the current module in which the panel is opened.
Synopsis
this.moduleName(string name);
Parameter
| Parameter | Description | 
|---|---|
| name | Name of the module (read-only) | 
Description
Returns the name of the current module in which the panel is open (see also myModuleName()).
main()
{
  DebugN(this.moduleName());
}
        Assignment
Panel